Knowledge base, Sample Codes. No?
- Log in to post comments
Knowledge base, Sample Codes. No?
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!
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.
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.
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.
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.
This sounds like a good topic for an app ;)
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.
Cool! Never knew we have such a utility.
Thanks!
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.
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
added the line for IntegratedML image with ZPM:
intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm
VPP=Votes per post
@Julius Kavay - a DC hack: click on a link button at the bottom of reply to copy the link in a clipboard:

and here it is : the Last reply link
Also join the discord channel to discuss terms, rules, everything.
I think he just deleted his reply. We have a moderation regime on Developer Community too, of course) Moderator's team registers and blocks spam attempts every day.
That's the power of Community! @Rob Tweed, @Dmitry Maslennikov, really proud, thank you, guys!
Hi Rob!
Could you please publish it on Open Exchange too? Thank you in advance!
And then Github ) And Open Exchange ;)
Security settings synchronization for mirroring and ECP is a different problem though a serious one.
But there are strong recommendations from very experienced specialists to follow the Application-based security model. I want to have a discussion around - what are the key reasons for it?
Congrats to the winners and all the participants! It was very hard to choose the best project in the contest, we had a really amazing set of applications!
Happy to see all the participants on Friday in the celebration meetup!
Great app, @Guillaume Rongier! I think it will find a lot of users!
Video for creating IRIS BI solution is introduced
Do we still need it?
We can make it if the concept is resonating with a lot of developers. The multi-model approach expects that we use Object, or SQL, or direct global usage. Or IRIS document model usage. Or even your personal custom structure (e.g. graph, columnar, etc).
Just wait a few days, Fabiana - it takes a while to make the account available for voting.
Hi Mark!
CSVGEN creates a class and imports data into it vs a given CSV file or URL which could be done with one line. E.g. here is how to import fameous titanic data into IRIS:
zw ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/datasciencedojo/datasets/master/titanic.csv",",","Data.Titanic)
Or from file:
USER>zw ##class(community.csvgen).Generate("/folder/filename.csv")And of course, this task could be automated - this is what the Interoperability feature of IRIS for. Check the sample Interoperability production template which periodically loads news from Reddit and filters it upon criteria and writes into files or sends via email. I bet we have a ton of examples of how to process folders with files, calling @Stefan Wittmann
@Anna Golitsyna, why mirroring (async?) is not an option?
Calling @Jamie Kantor