fixed, thanks! Didn't get about portmanteau though.
- Log in to post comments
fixed, thanks! Didn't get about portmanteau though.
Apply for the hackathon!
You'd be able to form teams and you'll get our mentors' support during the hackathon along with a set of templates to build on IRIS for Health effectively!
Stay tuned!
Three more topics added:
The schedule is subject to change, stay tuned!
But these topics will appear! So ask your questions and be prepared!
Hi Developers!
And this is the last day fo Voting in InterSystems Online Contest before we know the names of the winners!
Please check out today's voting results:
Expert Nomination, Top 3
➡️ The leaderboard.
Community Nomination, Top 3
➡️ The leaderboard.
Make your choice!
Hi Gev!
Thanks for sharing! This is a good feature for Studio users, but VSCode ObjectScript has it out of the box.
I'm curious, could you please add the option to export all the IRIS Analytics (DeepSee) artifacts?
Currently, to export Pivots and Dashboards I use the call:
d ##class(dev.code).export("*.DFI")then to export Termlists, Pivot variables and calculated measures I use:
d ##class(dev.code).exportDeepSeeArtefacts()
And to export Cube class call:
d ##class(dev.code).export("MyCube.CLS")Is it possible to add a method that will export DFI, artifacts and cubes classes at once?
Oliver! Thank you very much for participating! There will be more contests!
But have you tried with Mailinator? I think it's very suitable for such cases.
And can be filtered by country. E.g. here is the USA:
Introduced the second dashboard: -Covid timeline.
Maks, thank you for your words, I appreciate! And thanks for the participation in the contest - your entry and video are very bright!
Speaking about ObjectScript - maybe one day we can set up a contest for "BetterScript" or collaborative project which will include all the "wishes" community introduced during the last 10 years. And I hope it is possible assuming that fact ObjectScript first compiles into INT script and then into OBJ.
Great idea, Ed! Maybe for August.
Eduard, thanks for the comment!
I updated the topic. Now the July contest is expanded to any AI/ML solution with InterSystems IRIS.
Method chains look nice. Very interesting project, Henry. Well done!
Hi Rubens!
I'm glad that you are considering it! ZPM is a very powerful and helpful tool.
it's not at the moment. But it's an open project, you can add this support if you want. And send the PR then.
Yes you can. You can setup your own registry - here is how.
You can alter the registry in ZPM client, and create, pack, and publish and then install it from the alternative registry, e.g. your corporate registry.
YES.
Sure. See the article and an Example.
I never did it by myself, but I believe it's just a CSP web-page, right? @Sergei Mihaylenko also did something like that in his iris-app-tools
I mean you develop this view by yourself and install every time (e.g. with ZPM). I believe @Eduard Lebedyuk did something like that for Interoperability.
Congrats, Dmitriy!
Implement this behavior and add it as an ad-hoc portal page? Like @Henrique Dias does with his IRIS History Monitor and Interoperability Message Viewer?
Hi, Mike!
I think we have a problem with this badge. Investigating. Thanks for the feedback!
And another way to win - to have clear instructions.
Often fantastic applications with bad instructions can loose to poor applications with perfect instructions.
Please make sure that the instructions you have in your README.md really work.
It is always helpful to try to go through your instruction steps by yourself before releasing the application. Or and ask your colleague to do it.
Good luck!
May I use your solution to check the blocks of the IRIS database which I launch in Docker?
Another thing you may want to add to your OEX and Github README.md - is the Online Contest Github shield!
Here is how it looks like:
Here is the code you can install into your Github README.md
[](https://openexchange.intersystems.com/contest/current)
Learn more about Github Shields
Thanks, Dmitriy!
Analysing database, If you mean this:
docker run -it --rm \ -v /opt/some/database/for/test:/db \ -v pwd/out:/out \ daimor/blocksexplorer:iris generate 1 0 0
so this doesn't look very convenient.
Is it possible for me to install your app on a running container (e.g. with ZPM) and request to check one of the mounted databases? This is a more convenient approach, isn't it?
This is a very good question, Ed!
Yes, when you launch a vanilla IRIS CE on docker you have USER namespace and database already.
But what is the web app? is it REST? do you need the web app at all?
The infrastructure-as-a-code approach, when the namespace, database, web app, security, BI or Interoperability options, etc is being setup via docker/workflow deployment has the following advantages.
1. Clear understanding, what infrastructure is needed for your app to run on the dev/deployment lifecycle
2. You have the control for the infrastructure - you do not expect USER namespace present or have this or that, you simply set up all your app needs.
3. All the changes to infrastructure are in the repo and you track it.
Dmitry!
This is a very beautiful (maybe) but IMHO absolutely useless picture of globals' blocks.
How can I use your program to show the blocks of a particular database I working on now?
Or a particular global?
Ok!
After the first day of the voting we have:
Expert Nomination, Top 3
______________
Community Nomination, Top 3
______________
Developers! Support the applications you like!
Participants! Improve and promote your solutions!
And thanks for this!
And I've updated the templates (Docker template, Contest template) accordingly.
Thank you!
Hi Oliver!
It was an issue in %Installer - the Import statement
<Import File="${SourceDir}" Flags="ck" Recurse="1"/>was inside the Configuration tag started import before Interoperability (Ensemble) enabled in Namespace.
I put it below the configuration and it works.
Thanks @Dmitry Maslennikov for your help.
I sent you a pull request with the fix.
Also we will make posts on your applications in DC Social media channels: Twitter, Facebook, DC Telegram,
and LinkedIn. We will do it in the order you submitted the apps: earlier submitted, earlier posted in social media. And will spread it through 5 working days of the week.
Hi Oliver!
In addition what @Dmitry Maslennikov said you can alter this in %Installer.cls.
Just turn "no" -to "1" in this line
<Namespace Name="${Namespace}" Code="${Namespace}" Data="${Namespace}" Create="yes" Ensemble="1">