Hi Henrique!
what is the problem do you have?
any error or what?
- Log in to post comments
Hi Henrique!
what is the problem do you have?
any error or what?
Wow. This is fast! Thanks Robert!
Need a zpm package ;)
Cool! Wanted something like that for ObjectScript
Not sure what doesn't work for you. Could you please share an example? Or elaborate the problem?
Oh. Or make a small program, which does the thing - multiline editor for terminal. very simple. Just to have an option copy-paste several lines of code and run it in terminal
Because this is how we work, Robert :) Only this way ;)
Thanks @Anastasia Dyubaylo!
Thanks, @Klaus Richarz! Ping @Luca Ravazzolo and @Steven LeBlanc on the issues with IRIS Docker image.
Thanks, Lucas!
If you have issues with DSW, please submit it here!
Hi Lucas!
Could you confirm that DSW export to PDF doesn't work for you here? What do you have as the result with PDF?
In a new 0.2.3 version of ZPM you can return back to the public repository with the following command:
zpm:USER>repo -n registry -r -url https://pm.community.intersystems.com
Updated images:
And we released images with IRIS 2020.1 and 2020.2 and ZPM 0.2.3. the tags are:
intersystemsdc/iris-community:2020.1.0.215.0-zpm intersystemsdc/iris-community:2020.2.0.204.0-zpm intersystemsdc/irishealth-community:2020.1.0.215.0-zpm intersystemsdc/irishealth-community:2020.2.0.204.0-zpm intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
And to launch IRIS do:
docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.204.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.204.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
And for terminal do:
docker exec -it my-iris iris session IRIS
and for control panel:
http://localhost:9092/csp/sys/UtilHome.cspHappy coding!
Fantastic Article, thanks @Yuri Marx!
Neat!
Rob, do you want to publish the sample on Open Exchange?
So this thread is an attempt to agree within the community on the modules naming
1. Sure
2. it’s not a rule, it’s a recommendation. It’s an attempt to answer the question,If you develop the module which will live with other modules, what the name should be to minimize possible package conflicts
Added poll
Hi Daniel!
Another option is to have several SQL commands in a file, e.g. script.sql and run it one by one with:
do $System.SQL.DDLImport("IRIS",$Username,"/path/script.sql")
Suppose you have your sql script in script.sql
You can call the following command:
do $System.SQL.DDLImport("IRIS",$Username,"/path/script.sql")
It will execute all the lines one-by-one.
Hi Sabit!
Looks interesting!
But I see only jar files in the repo. Could you please submit java source files too?
Fantastic application, Yuri!
For those who is on Mac you also need to change mvnw to executable:
chmod +x mvnw
Hi guys!
I just want to share with you a few details, that we have this whole week for voting and to let you fix bugs and improve the app, to describe (in articles) and show(in videos) how your application works and why is it cool! And so you do!
And if you see sometimes that the number of your votes decreased that means that somebody from votes changed his mind in favor of another participant. Probably because your colleague just has posted an exciting article or submitted the video!
To all participants!
Thank you very much for your outstanding contributions! The only thing I regret that I can vote only once!
Hi Renato!
This is really cool!
Could you add the list of available globals in the UI? Just to have the option to get a graph of any other then ^computer global!
On the JSON import: is it possible to import from text.file?
And export global to a text file with JSON?
Nice work, Oleh!
I tested on my laptop - it indeed imports 1,500 collections from Mongo to IRIS in a few seconds! Neat!
I'm curious if the app which works on Mongo can refer to this data in IRIS?
Cool!
Do you mean the import of any JSON file to a Global?
How can I try it?
Welcome to the team, @Henrique Dias !
Yes. We first introduced this one cause it exactly how Atelier API exports ObjectScript artifacts by default, but IMHO the simplified one is much better.
And that's why we have it in the ZPM basic template.
Also, is it there any place with full doc about module.xml? Articles are full of really useful info but having to navigate through all of them is a bit confusing.
Sure. Here is the ZPM documentation
Hi Salva!
Thanks, but not anymore. Check the article.
Another topic for this Native API contest could be "Import-export" util of global to JSON.
E.g. import JSON file and have a global inside IRIS, and having an arbitrary global inside IRIS export it to the JSON file.