go to post Evgeny Shvarov · May 27, 2023 Learn more about Github Container Registry - a part of Github Packages service.
go to post Evgeny Shvarov · May 27, 2023 And thanks again! I went through all the steps and it's working fine! BTW, @Yuri Marx , the part for creating registry, building and pushing docker image into it could be omitted by using Github Registry. Github provides a free of charge registry for public images. Everyone can create a public image automatically just by adding one workflow file into the repository, .e.g. this one. And this action builds and publishes x86 image to Github Registry in a form: ghcr.io/account_name/repo_name:tag. for iris-rest-api-template repository the image is: ghcr.io/intersystems-community/iris-rest-api-template:latest So with AWS we can start from cluster creation and use this image in a task. Tested it now - works fine!
go to post Evgeny Shvarov · May 27, 2023 Also, can I have a storage for IRIS database that will not be deleted with every container restart?
go to post Evgeny Shvarov · May 27, 2023 Also, is it possible to start provisioning automatically with every commit to a master branch of a github repo?
go to post Evgeny Shvarov · May 25, 2023 Useful article, @Hiroshi Sato san! For source control I recommend $system.OBJ.ExportUDL() method to export in CLS, MAC, INC formats. $system.OBJ.Load() and $system.OBJ.LoadDir() methods support both XML and UDL formats
go to post Evgeny Shvarov · May 25, 2023 Hi @Larry Overkamp ! You can use $system.OBJ.ExportUDL() to export in CLS or MAC or INC. and $System.OBJ.Load or $system.OBJ.LoadDir() to import CLS or XML or MAC. As for transferring code between systems I'd recommend to maintain code in repositories (e.g. git) and deploy code via InterSystems Package Manager.
go to post Evgeny Shvarov · May 25, 2023 Hi @David Hockenbroch! There is a set of articles related to InterSystems reports - maybe they talk about API also.
go to post Evgeny Shvarov · May 23, 2023 Ah, great. I didn't see the info that odd-numbered are preview releases! Looking forward, thanks @Raj Singh !
go to post Evgeny Shvarov · May 23, 2023 Agree! But the releases are published rare here. There is 2.8 release now available: what are the features introduced in 2.7 and 2.8? @Raj Singh
go to post Evgeny Shvarov · May 23, 2023 Don't agree. Why be ashamed of asking questions at all? :) We don't know everything. WRC doesn't know everything.
go to post Evgeny Shvarov · May 22, 2023 E.g. here on Open Exchange InterSystems can find dev tools and libs that could form their development environment.
go to post Evgeny Shvarov · May 22, 2023 Right, I'm not suggesting to remove it from there. But if you publish on Open Exchange it will let developers from InterSystems ecosystem it will help some developers to notice it.
go to post Evgeny Shvarov · May 22, 2023 Thanks @Heloisa Paiva ! Also want to say thank you to @Guillaume Rongier - the author of the app
go to post Evgeny Shvarov · May 22, 2023 Great stuff, @Yuri Marx! You motivated me to improve the base template, so I made a new release of REST API template - with improved universal Dockerfile and added link to the VSCode menu for the swagger doc. Also turned on passwordless mode - make sure you don't use it on production solutions ;)