Skip to Main Content
InterSystems Ideas
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.
ADD A NEW IDEA

Search results

Showing 23 of 23

Jupyter Notebook

with the addition of embedded Python, offer a Jupyter Notebook integration that can interact with the IRIS DB, rules engine, etc.
Guest over 2 years ago in InterSystems IRIS 2 Done by Community

Add the option to call class parameters in Embedded Python

Currently, class parameters can be called in ObjectScript in the following way: write ..#ParameterName The same construction in Embedded Python looks like this: import irisprint(iris.cls('ClassName')._GetParameter("ParameterName") Could it be simp...
Evgeny Shvarov over 1 year ago in InterSystems IRIS 0 Future consideration

Install python and java libraries from ZPM and Installation Manifest (%Installer)

Each time IRIS applications use Java and Python. Therefore, it would be great to declare the installation of Java and Python libraries in the ZPM and %Installer manifests. Internally, once a Python library is declared, it will be installed using p...
Yuri Marx over 1 year ago in InterSystems IRIS 3 Done by Community

Example of Flask application with SQLAlchemy IRIS

It would be good to have an example of an application made on Python Flask, which works with IRIS through SQLAlchemy
Dmitry Maslennikov 10 months ago in InterSystems IRIS 4 Done by Community

Examples to work with IRIS from Django

Django is a Python based web framework: https://www.djangoproject.com/ Need a series of examples on how to build solutions with IRIS Connecting Django to IRIS requires writing a backend package for IRIS. The currently implemented backends can be f...
Evgeny Shvarov over 2 years ago in InterSystems IRIS 6 Done by Community

New 5-days Training: Develop and Deploy IRIS using Docker, Python and VSCode

The idea is to provide a 5-day training that teaches how to develop backend IRIS solutions using Python in a Docker environment with VSCode. The student would learn how to assemble the Docker and Docker compose file, create REST services and produ...
Yuri Marx over 1 year ago in Learning 0 Needs review

Introduce AS2 Interoperability Adapter

There is a need for the file exchange implementation of AS2 protocol in a form of an Interoperability (integration) adapter With the upcoming release of Embedded python, it is possible to create an adapter with this python library: https://pypi.or...
Evgeny Shvarov over 2 years ago in InterSystems IRIS 0 Community Opportunity

Parser for arbitrary binary protocols

Rapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: It allows for greater throughput On a device level these prot...
Eduard Lebedyuk over 2 years ago in InterSystems IRIS 0 Community Opportunity

HTML 5/Node.js documentation generator app

maybe with python
Evgeny Shvarov over 2 years ago in InterSystems IRIS 1 Will not implement

Introduce a basic template to create interoperability adapters using Embedded Python

A boilerplate to start with adapters using Embedded Python
Evgeny Shvarov over 2 years ago in InterSystems IRIS 2 Done by Community