go to post Evgeny Shvarov · Feb 10, 2021 The part on Embedded Python is updated: here is the template that could be taken as a foundation to build an Embedded Python solution with IRIS. here is an article that describes Embedded Python usage and packaging with ZPM for deployment.
go to post Evgeny Shvarov · Feb 10, 2021 Thanks, Jose! Yes, indeed ZPM option of delivering files to a target IRIS installation looks elegant and robust. Maybe it could be used not only for Embedded python but e.g. for jar-files delivery and data. @Yuri Marx, what do you think?
go to post Evgeny Shvarov · Feb 5, 2021 Hi Sorin! It's definitely possible to have a development server and deploy code to a production server. Caché code could be maintained with Git of course. For automation they are very welcome to use Github Actions, Circle CI, etc. There is a question how to import codebase to a production server or any other deployment server - the basic approaches are: Import using the repo folder and Installer.cls Use ZPM Package manager. Use InterSystems Docker images - this is a more IRIS way then Caché.
go to post Evgeny Shvarov · Feb 3, 2021 Hi @yeung elijah! Have you tried WebTerminal ? It can substitute IRIS Terminal for some cases.
go to post Evgeny Shvarov · Feb 2, 2021 Andre, could you please elaborate on this? There is ODBC/JDBC option. Terminal. Call-in. What else are you looking for?
go to post Evgeny Shvarov · Feb 1, 2021 Perhaps you are looking for the way to filter JSON? do you want to try JSON Filter app by @Lorenzo Scalese ?
go to post Evgeny Shvarov · Jan 27, 2021 You can get any template ready. e.g. this one. Just clone it, open the folder in VSCode, run the docker container, and start coding.
go to post Evgeny Shvarov · Jan 27, 2021 We are having a lot of requests that voting is not available! Actually to vote for the contest you need: 1. Sign in to Open Exchange - DC credentials will work. 2. Make any valid contribution to DC - answer or ask questions, write an article, comment on any post.
go to post Evgeny Shvarov · Jan 27, 2021 Hi Yeung! Do you want to try VSCode instead of Studio? It has ObjectScript plugin and dark mode )
go to post Evgeny Shvarov · Jan 26, 2021 Hi participants! In order to simplify the assessment for bonuses could you please include in the readme the links where your app uses a certain model type? E.g.: Object: https://github.com/intersystems-community/iris-multi-model-api-template/blob/8b3247f9dcd1e6e70274fde6bfdbe3f54ca0b95d/src/dc/Sample/MultiModelREST.cls#L85 SQL: https://github.com/intersystems-community/iris-multi-model-api-template/blob/8b3247f9dcd1e6e70274fde6bfdbe3f54ca0b95d/src/dc/Sample/MultiModelREST.cls#L95 Key-value: https://github.com/intersystems-community/iris-multi-model-api-template/blob/8b3247f9dcd1e6e70274fde6bfdbe3f54ca0b95d/src/dc/Sample/MultiModelREST.cls#L104
go to post Evgeny Shvarov · Jan 26, 2021 You also can consider the web-terminal by @Nikita Savchenko, which could be installed also via ZPM as: USER>zpm "Install webterminal" It doesn't support host in/out operations (for obvious reasons) but has code completion for methods and commands and a nice SQL shell. And it's a web app