go to post Evgeny Shvarov · Apr 16, 2020 Hi Zhong! Really cool stuff, thank you! Any source code on Github to "try it at home"?
go to post Evgeny Shvarov · Apr 16, 2020 And you can request it here in case you don't have WRC account or/if you want to make it public and get votes.
go to post Evgeny Shvarov · Apr 16, 2020 Yes. Great that ideas never die, and your implementation in IRIS is vivid evidence!
go to post Evgeny Shvarov · Apr 15, 2020 Hi Developers! We are inviting you to join InterSystems Contests Discord Channel to quickly discuss all the questions related to technology requirements, bonuses, REST API, spec first, etc. It has several rooms: REST Contest Technology Bonuses Voting Join! And let's chat about the contest and how to develop the solution and win!
go to post Evgeny Shvarov · Apr 14, 2020 Sure, you can interpret Intersystems IRIS in any way it works for your application, but in this contest, we want to focus on REST API on Intersystems IRIS side. That means you either use any internal 6 api (Atelier, UIMA, iKnow, DocDB, MGMNT, BI, Monitoring) or any installed from Open Exchange or build your own with Swagger and/or ObjectScript.
go to post Evgeny Shvarov · Apr 13, 2020 The competition allows using REST API on the Intersystems IRIS side. If QEWD/Node.js + browser UI does this, then go ahead.
go to post Evgeny Shvarov · Apr 13, 2020 Hi Rob! We provided more details for the contest - and indeed you can avoid using ObjectScript in the contest!You can use already existing! E.g. are extremely in need of the Frontend for the Forms 2.0, something line Vue, or react would be great! Or you can use any out-of-the-box IRIS REST API.
go to post Evgeny Shvarov · Apr 13, 2020 Updated the post regarding the list of internal REST API: Or use any IRIS out-of-the-box REST API which you can check on http://yourserver:port/api/mgmnt/ http://localhost:52773/api/mgmnt/ Amongst them are: Atelier API: /api/atelier IRIS BI API: /api/deepsee DocDB API :/api/docdb IRIS NLP(iknow) API: /api/iknow Monitoring API: /api/monitor Swagger Management API: /api/mgmnt UIMA API: /api/uima
go to post Evgeny Shvarov · Apr 13, 2020 Provided a few details on the requirements, possible application types, and bonuses.
go to post Evgeny Shvarov · Apr 13, 2020 I'm not aware of such a feature. Yes, indeed this could be a helpful project!
go to post Evgeny Shvarov · Apr 13, 2020 Added the section on how to test the package before publishing
go to post Evgeny Shvarov · Apr 11, 2020 @Guillaume Rongier! This is a fantastic app! I tried and it really creates 6 classes related to the API! A very helpful feature for the spec-first approach. And, you introduced the package just in time to the related REST API programming contest! It could help to contestants too!
go to post Evgeny Shvarov · Apr 11, 2020 Oh, sorry about that! Here is the valid string: docker run --name my-iris --publish 9092:52773 -d intersystemsdc/iris-community:2020.1.0.209.0-zpm and then $ docker exec -it my-iris iris session IRIS and to run zpm: USER>zpm zpm:USER>search
go to post Evgeny Shvarov · Apr 11, 2020 Hi Muni! While it's being repaired you can use IRIS CE build with ZPM inside: docker pull intersystemsdc/iris-community
go to post Evgeny Shvarov · Apr 10, 2020 Introduced the interactive map of the USA on the spreading of COVID-19. Thanks to @Semen.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.
go to post Evgeny Shvarov · Apr 10, 2020 David! Could you please update the links to the OEX application? I guess the name was changed?
go to post Evgeny Shvarov · Apr 10, 2020 And this is also a very nice example of spec-first by @Guillaume Rongier!