go to post Evgeny Shvarov · Mar 23, 2020 Also we will make posts on your applications in DC Social media channels: Twitter, Facebook, DC Telegram,and LinkedIn. We will do it in the order you submitted the apps: earlier submitted, earlier posted in social media. And will spread it through 5 working days of the week.
go to post Evgeny Shvarov · Mar 23, 2020 Hi Oliver! In addition what @Dmitry Maslennikov said you can alter this in %Installer.cls. Just turn "no" -to "1" in this line <Namespace Name="${Namespace}" Code="${Namespace}" Data="${Namespace}" Create="yes" Ensemble="1">
go to post Evgeny Shvarov · Mar 23, 2020 The voting has been started! Choose your best InterSystems IRIS application!
go to post Evgeny Shvarov · Mar 23, 2020 How to test According to the requirements, developers should use Docker version of InterSystems IRIS Community edition or InterSystems IRIS Community Edition for Health. So every solution could be launched as: $ git clone https://github.com/repository $ cd repository $ docker-compose up -d $ docker-compose exec iris iris session iris And then you'll see the IRIS Terminal where you can follow the application instruction to test its functionality. Winner criteriaChoose the application you like most. But the general criteria are: Idea and value - the app makes the world a better place or makes the life of a developer better at least; Functionality and usability - how well and how much the application/library does; The beauty of code - has a readable and qualitative ObjectScript code. The post is updated accordingly.
go to post Evgeny Shvarov · Mar 21, 2020 Thank you, Jeff! Yes! Developers! The repository is fully prepared for collaboration! Your forks and Pull Requests are very welcome!
go to post Evgeny Shvarov · Mar 21, 2020 Thank you, Joe! This is a rather simple example but it could be a good beginning in working with COVID-19 data with InterSystems IRIS on a local machine and docker container along with a GitHub Actions deployment workflow to Google Kubernetes cloud.
go to post Evgeny Shvarov · Mar 20, 2020 Hi Gethesemani! Recently I crafted a small dashboard on DeepSeeWeb and it is available online: You can drill down to China and the USA.
go to post Evgeny Shvarov · Mar 19, 2020 OK! For now, we have 8 applications in the contest! And 3 days left! Competition is growing! Looking forward to more solutions!
go to post Evgeny Shvarov · Mar 17, 2020 Developers! You have 6 days to submit your application for the InterSystems IRIS Online contest! Don't hesitate to submit if you didn't finish it - you'll be able to fix the bugs and make improvements during the voting week too!
go to post Evgeny Shvarov · Mar 17, 2020 Hi Kevin! When you copy the external content to DC, please provide the link to the source, e.g. documentation, article or Wikipedia. For example this your comment is mostly copied from Wikipedia site. This is relevant, but please include the source.
go to post Evgeny Shvarov · Mar 15, 2020 To add what Ed added see also Subscript Level Mapping of globals.
go to post Evgeny Shvarov · Mar 13, 2020 Hi Gethsemani! It looks like we have shut down this demo server. But you can test it on your laptop easily. Testing with Docker: 0. Install Docker desktop 0.1. Install VSCode and Open it and install Docker and ObjectScript plugins. 1. Download this archive. 2. Unpack and open the folder in VSCode. 3. Right-click on Docker-compose.yml and choose Compose Restart. Wait for docker says in terminal "done". 4. Connect VSCode - click on the "disconnected" status bar and then choose "Refresh Connection". 5. You will see IRIS Terminal. Open ZPM (package manager) and install samples-bi module. Node: 04319ab688f6, Instance: IRIS IRISAPP>zpm zpm: IRISAPP>install samples-bi 6. Then install DeepSee Web zpm: IRISAPP>install dsw 7. Click on VSCode bar again and open Management Portal. It will be another port in your case. Open DSW web-app in IRISAPP namespace with default credentials: Then you will see DSW working in action: HTH
go to post Evgeny Shvarov · Mar 12, 2020 I want to describe the idea more. Rosetta Code - is the site with implementations of the same algorithms in different languages. E.g. check Python - and see hundreds of algorithms implemented. And check ObjectScript - not that much, but some have an implementation in Python and ObjectScript. E.g. here is MD5 implementation in ObjectScript and in Python What you could do is: Take the algorithm implemented in Python or other languages and introduce the implementation in ObjectScript. And you are very welcome to participate in the contest with such a project.
go to post Evgeny Shvarov · Mar 12, 2020 Which one? Don't see any broken images. Could you please point URLs?
go to post Evgeny Shvarov · Mar 10, 2020 We prepared the template repository, especially for the contest. The post has been updated too.
go to post Evgeny Shvarov · Mar 9, 2020 For those, who start with ObjectScript here are some recommendations from InterSystems Online-Learning team: ObjectScript First Look — brief hands-on introduction to ObjectScript. ObjectScript Tutorial — provides an interactive introduction to the ObjectScript language. Using ObjectScript — provides an overview of and details about the ObjectScript programming language. ObjectScript Reference — provides reference material for ObjectScript. Orientation Guide for Server-Side Programming — presents the essentials for programmers who write server-side code using InterSystems products. InterSystems ObjectScript Basics — an interactive course covering ObjectScript basics. Also tagging our Online Learning experts @Michelle Spisak and @Jenny Ames here to share more details.
go to post Evgeny Shvarov · Mar 9, 2020 I don't know, actually. Tagging @Nikolay Solovyev, @Timothy Leavitt and @Dmitry Maslennikov. But IMHO zpm is overkill for this if you don't plan to deploy using registry and zpm client. Maybe just a few ObjectScript calls will help like in this Dockerfile. HTH