We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Tutorial about custom login with class extending %CSP.Login
The documentation about custom login is confusing, so a Tutorial about custom login with class extending %CSP.Login will be great. The tutorial can show a custom login for /csp/sys app.
Yuri Marx
7 months ago
in Documentation
4
Planned by Community
Introduce an interoperability adapters to import/export data from Google Docs and Google Sheets
Google docs and Google sheets are very useful tools for dealing with data. It'd be great to have an easy import/export lib for IRIS data. Could be implemented via Embedded Python using https://pypi.org/project/gsheets/
Evgeny Shvarov
about 1 year ago
in InterSystems IRIS
4
Planned by Community
Introduce InterSystems IRIS support for Apache Airflow
Apache Airflow is an open-source data-pipelines orchestration and workflow management software built with python. It'd be great to introduce InterSystems IRIS operator to enable building Airflow orchestrations using InterSystems IRIS
Evgeny Shvarov
4 months ago
in InterSystems IRIS
0
Planned by Community
Change data capture from IRIS to kafka using SQL commands
Today it is common to push data from the database to datalake or to notify other systems about data CRUD using kafka. So I suggest create new SQL commands to register a sql table for publish data in json format to a kafka topic and SQL commands to...