go to post Evgeny Shvarov · Dec 18, 2020 Hi Nigel! Thanks! Actually, I already crafted the module following @Anton.Umnikov's advice above.
go to post Evgeny Shvarov · Dec 18, 2020 Wow. Good catch! @Carmen Logue , could we plan that for the future?
go to post Evgeny Shvarov · Dec 13, 2020 Thanks, Anton! I packed your answer in sql-res-api module. if you zpm it, you have /sql rest which accepts SQL with POST request and returns JSON. USER>zpm "install sql-rest-api"
go to post Evgeny Shvarov · Dec 11, 2020 ARM images with ZPM added: intersystemsdc/iris-community-arm64:2020.4.0.524.0-zpm intersystemsdc/irishealth-community-arm64:2020.4.0.524.0-zpm The reply is updated accordingly
go to post Evgeny Shvarov · Dec 9, 2020 All the backends will be implemented in InterSystems, and 50% of teams will be online. Join the Hack to help teams build the backend in IRIS!
go to post Evgeny Shvarov · Dec 7, 2020 We added the InterSystems Reports bonus: InterSystems Reports is a feature of InterSystems IRIS which lets you design printing reports, send them via email by schedule, and deliver interactive reports for clients. InterSystems Reports is a repackaging of Logi Report (formerly named JReport®), a product of Logi Analytics®. Learn more in Documentation. Check the Github repo with examples of InterSystems Reports. Also, watch the video with the demo of InterSystems Reports and try with the Learning Lab. You can download InterSystems Reports designer and server in WRC download section. License keys for InterSystms Reports Designer and Server will be available in Discord.
go to post Evgeny Shvarov · Dec 6, 2020 Added CSVGEN and CSVGENUI by @Guillaume Rongier in the list of tools that simplify data import and classes generation from CSV for your IRIS Analytics solution. And here is an example of csvgen usage and IRIS BI implementation with Game Of Throne episodes data.
go to post Evgeny Shvarov · Dec 6, 2020 Check @Anton.Umnikov's article if you want to use AWS S3 resources as datasets for your IRIS Analytics solution. Also added into resources list.
go to post Evgeny Shvarov · Dec 6, 2020 To install the S3 External Table with ZPM do the following: USER>zpm "install external-table" Make sure you installed the ZPM client first, or use one of ZPM images.
go to post Evgeny Shvarov · Dec 4, 2020 The proposed topic for the analytics contest: introduce a utility that can go through all the pivots used in dashboards, run it, and create a report with errors. This is very useful to understand if changes to cubes and data structures brake pivots and dashboards.
go to post Evgeny Shvarov · Dec 3, 2020 Also, you can consider the ObjectScript Quality tool, which could be used to check your tool against a set of ObjectScript rules. You can check how it works if you add this file to your public repository it will be automatically checked against this set of 14 rules. You can examine 130+ repositories already checked. Also, I ping @Daniel Tamajon for more details.
go to post Evgeny Shvarov · Dec 3, 2020 and if you want to use IntegratedML images with ZPM included use the following images: intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm Which you can run as: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm