Evgeny Shvarov · Apr 11, 2020 go to post

Hi Muni!

While it's being repaired you can use IRIS CE build with ZPM inside:

docker pull intersystemsdc/iris-community
Evgeny Shvarov · Apr 10, 2020 go to post

David!

Could you please update the links to the OEX application? I guess the name was changed?

Evgeny Shvarov · Apr 10, 2020 go to post

I updated my reply. Yes, ObjectScript is needed in this contest to implement REST API business logic.

Evgeny Shvarov · Apr 10, 2020 go to post

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.
 

Evgeny Shvarov · Apr 3, 2020 go to post

Thanks to everyone who took part! This was a new exciting experience! We’ll publish the recording and we’ll do it again! Join!

Evgeny Shvarov · Apr 3, 2020 go to post

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.

Evgeny Shvarov · Mar 30, 2020 go to post

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!

Evgeny Shvarov · Mar 30, 2020 go to post

Three more topics added:

  • August - Interoperability Adapters for InterSystems IRIS and InterSystems IRIS for Health
  • September - Multi-model solution using InterSystems IRIS
  • October - Interoperability Solution using InterSystems IRIS

The schedule is subject to change, stay tuned!

But these topics will appear! So ask your questions and be prepared!

Evgeny Shvarov · Mar 29, 2020 go to post

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?

Evgeny Shvarov · Mar 28, 2020 go to post

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. 

Evgeny Shvarov · Mar 28, 2020 go to post

The US reached 100K COVID-19 confirmed. 

Italy and USA both lead the disease stats:

Evgeny Shvarov · Mar 27, 2020 go to post

Eduard, thanks for the comment!

I updated the topic. Now the July contest is expanded to any AI/ML solution with InterSystems IRIS. 

Evgeny Shvarov · Mar 27, 2020 go to post

Hi Rubens!

I'm glad that you are considering it! ZPM is a very powerful and helpful tool.

  • Is ZPM client compatible with Caché 2017.x versions?

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.

  • Can we configure a self-hosted registry that doesn't require a GitHub repository link?

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.

  • Could the ZPM client zip and upload the whole package (all classes, routines, includes) instead of downloading it from a Github link?

YES. 

  • Can we declare a module that specifies classes themselves instead of their package counterpart? e.g. My.Class.CLS instead of My.PKG.

Sure. See the article and an Example.