Hi Muni!
While it's being repaired you can use IRIS CE build with ZPM inside:
docker pull intersystemsdc/iris-community
- Log in to post comments
Hi Muni!
While it's being repaired you can use IRIS CE build with ZPM inside:
docker pull intersystemsdc/iris-community
Introduced the interactive map of the USA on the spreading of COVID-19.
Thanks to @Semyon Makarov for DSW-map, @Eduard Lebedyuk for the help with DeepSee IRIS Analytics, and @Arun Tiriveedhi for the PR for the update from Github data source.
David!
Could you please update the links to the OEX application? I guess the name was changed?
And this is also a very nice example of spec-first by @Guillaume Rongier!
Introduced the 3rd technology bonus: usage of a spec-first approach!
You get the bonus if you generate the REST-API in Intersystems IRIS with swagger spec using Open API services. Learn more in the documentation.
I updated my reply. Yes, ObjectScript is needed in this contest to implement REST API business logic.
Hi Rob!
The official name of the language is InterSystems ObjectScript or just ObjectScript - it's not only for Caché any more ;)
And if so, why can't other languages be used instead?
Every contest has a topic. First one was about ObjectScript CLI. The current is about Intersystems IRIS REST API or web sockets interface. There is no ObjectScript requirement in this particular contest directly but it's obviously involved. Because if you even generate the REST API using spec-first approach you get endpoints but you need ObjectScript to write the logic. See examples in the article from @Eduard Lebedyuk or another from @David.Reche.
And next month we are having a Native API contest where applications using python, node.js, .NET, java are very welcome.
The schedule is updated.
In May we'll have Native API contest - documentation.
And AI contest will happen in June 2020.
Perfect, @Guillaume Rongier!!
Thank you!
Hi David! How does HL7 schema look like? Is it a class or Global or what?
Thanks to everyone who took part! This was a new exciting experience! We’ll publish the recording and we’ll do it again! Join!
@Gevorg Arutiunian will join us too and we'll be starting in 10 minutes!
Forgot to include cmPurgeBackup by @Alexey Maslov which is the utility that can be used to erase old Online Backup files.
The post is updated.
Hi Shivam!
Check this or other @Mikhail Khomenko's articles to enjoy step-by-step instructions of deploying docker repos with InterSystems IRIS into any cloud of your choice: AWS, GCP or Azure.
Thank you, Steve!
Thanks, Jeff! Are there related updates of Docker images?
fixed, thanks! Didn't get about portmanteau though.
Apply for the hackathon!
You'd be able to form teams and you'll get our mentors' support during the hackathon along with a set of templates to build on IRIS for Health effectively!
Stay tuned!
Three more topics added:
The schedule is subject to change, stay tuned!
But these topics will appear! So ask your questions and be prepared!
Hi Developers!
And this is the last day fo Voting in InterSystems Online Contest before we know the names of the winners!
Please check out today's voting results:
Expert Nomination, Top 3
➡️ The leaderboard.
Community Nomination, Top 3
➡️ The leaderboard.
Make your choice!
Hi Gev!
Thanks for sharing! This is a good feature for Studio users, but VSCode ObjectScript has it out of the box.
I'm curious, could you please add the option to export all the IRIS Analytics (DeepSee) artifacts?
Currently, to export Pivots and Dashboards I use the call:
d ##class(dev.code).export("*.DFI")then to export Termlists, Pivot variables and calculated measures I use:
d ##class(dev.code).exportDeepSeeArtefacts()
And to export Cube class call:
d ##class(dev.code).export("MyCube.CLS")Is it possible to add a method that will export DFI, artifacts and cubes classes at once?
Oliver! Thank you very much for participating! There will be more contests!
But have you tried with Mailinator? I think it's very suitable for such cases.
And can be filtered by country. E.g. here is the USA:
Introduced the second dashboard: -Covid timeline.
Maks, thank you for your words, I appreciate! And thanks for the participation in the contest - your entry and video are very bright!
Speaking about ObjectScript - maybe one day we can set up a contest for "BetterScript" or collaborative project which will include all the "wishes" community introduced during the last 10 years. And I hope it is possible assuming that fact ObjectScript first compiles into INT script and then into OBJ.
Great idea, Ed! Maybe for August.
Eduard, thanks for the comment!
I updated the topic. Now the July contest is expanded to any AI/ML solution with InterSystems IRIS.
Method chains look nice. Very interesting project, Henry. Well done!
Hi Rubens!
I'm glad that you are considering it! ZPM is a very powerful and helpful tool.
it's not at the moment. But it's an open project, you can add this support if you want. And send the PR then.
Yes you can. You can setup your own registry - here is how.
You can alter the registry in ZPM client, and create, pack, and publish and then install it from the alternative registry, e.g. your corporate registry.
YES.
Sure. See the article and an Example.