Hi @Colin Overton !
Try MDX2JSON, it should have what you need.
Also try DeepSeeWeb, maybe it does what you are looking for.
- Log in to post comments
Hi @Colin Overton !
Try MDX2JSON, it should have what you need.
Also try DeepSeeWeb, maybe it does what you are looking for.
I guess you have different locales on those servers
@Robert Barbiaux , this is very cool!
In fact the purpose of what I plan to do is to expose the idea of data-transformation for newcomers in the simplest possible manner.
I wanted to have every line as a message that contains data that will be transformed via the rule.
I understand that in a real-life interoperability cases one message should be a one file/stream but the purpose is to explain how engine works.
Yes, it is a community project with open source. Basically it can render all your existing dashboards via Angular UI that works with a REST-API endpoint.
It can be installed in IRIS with IPM, using:
USER>zpm "install dsw"
Thank you, @Robert Barbiaux ! Will take a look!
VSCode debugger has this feature, as @Dmitry Maslennikov mentioned above.
Thank you, @Tommy.Heyding !
I found another option too: I can create a Business Process and add the Transformation element. Will check if this works.
Which console do you mean? IRIS Terminal or what?
I don't plan to use record maps at all. The idea is to use DTL for every record.
Hi @Timothy Leavitt !
Trying git-source-control for client-side development. A lot works well!
Have a question though: I need to restart docker and have git-source-control set up. I exported the settings in ^SYS global and import it during docker build but source control doesn't seem working.
Do I need to turn on anything else? Any other global or setting need to be made?
Hi Ben! View count includes non-registered users.
Indeed, we don't count email readers for posts. Thanks for the input! Nothing is perfect in the world) Though we count how many emails were read.
Also, regarding "typical posts audience is 50 views". In fact, the average audience is about 500 views for questions, and 900+ for articles:

If you check your own stats on DC, typical audience is about 300-500 views. And some posts reached 1-2 thousands views:

The amount of contributors every month is about 200-250. The amount of different contributors through the year is about 1,000.
So the core, or the amount of "regular" contributors is about 100-150. It is about 1% of the 12,000 registered members. And in fact this is quite typical for communities.
But the amount of readers is much bigger. 12K is the amount of registered members. And a lot of "readers" don't register. Last month we had more than 100K different people (not bots) visiting only the English site of the community. Add also about 30K audience of French, Spanish, Chinese, Portuguese and Japanese communities. And this amount is growing.
But I see your question, Rob - how to reach out 12K and how to reach monthly 100K audience. The answer is quite simple - publish an interesting and relevant content.
Just checking, do you have ObjectScript Language server extension installed? It's necessary to make debugger work
It looks like Embedded Python and FHIR are the most demanded topics of 2022! Thanks to all the authors contributed to InterSystems Community through the whole year!
Added a host setup and docker run examples
Asking @Patrick Jamieson - is what Danny suggested above an eligible way to make sure IRIS is an IRIS for Health indeed?
It works! Thanks, @Danny Wijnschenk !
Thanks @Evgeniy Potapov ! Good article! What about change management for Cubes, Pivots and Dashboards?
Hi Martin! In InterSystems ObjectScript
Updated
Hi @Maksym Shcherban !
Bring my apologies for that! The "life" of all the deployments on https://portal.events.isccloud.io/ is 7 days long by default.
Could you create a new one?
Also if you need the deployment to keep alive longer please reach me out in direct message.
No magic here) BYOP - which means bring your own parameters)
Another option is you code it by yourself in some preliminary window and then form an URL that contains filter settings for widgets and open dashboard with those filters set up.
Looks like it is not possible today. I suggest you add it as an idea for IRIS BI.
Thanks a lot to all the contributors and to the community that supported with feedback, pull-requests and which adopted broadly the tool!
Currently there are 250+ packages published on OEX, at least 300+ developers who install packages every month, and the amount of installed packages is above 2,000 every month.
Thank you!
Hi @Dmitrii Baranov!
Check this basic iris-dev template on the Open Exchange. As you can see it installs git in Dockerfile changing user to root and back to iris-owner:
## install git
## USER root
##RUN apt update && apt-get -y install git
##USER ${ISC_PACKAGE_MGRUSER}if uncommented it installs git via user root. I hope this is what you wanted.
thank you, @José Pereira !