At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
iris-datapipeDataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way | A | Docker Python IPM | 5.0 (1) | 30 Sep, 2024 | 372 | 26 |
IPM in VS CodeManage IPM / ZPM packages on servers directly from VS Code | 0.0 (0) | 30 Sep, 2024 | 85 | |||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid 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 protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
sql-embeddingsSQL-Embedding simplifies creating and using embeddings in query | Docker IPM | 4.8 (2) | 29 Sep, 2024 | 131 | ||
db-management-toolThis project is a web-based database management tool | A | Docker IPM | 0.0 (0) | 29 Sep, 2024 | 129 | |
IRIS MQTT for HealthFirst-ever IRIS-integrated MQTT Broker - no middleware needed! | A | 0.0 (0) | 29 Sep, 2024 | 28 | ||
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.3 (2) | 27 Sep, 2024 | 803 | 1.0k | |
IRIS apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 26 Sep, 2024 | 1.4k | 391 | |
Git for Shared Development EnvironmentsServer-side Git source control hooks for shared dev environments | IPM | 5.0 (2) | 24 Sep, 2024 | 2.9k | 2.9k | |
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 24 Sep, 2024 | 2.2k | 18.8k | |
apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | 1.0k | 270 | |
IRIS-API-TemplateThis is a REST template that can send REST messages to productio | S | Docker IPM | 0.0 (0) | 23 Sep, 2024 | 67 | |
VectorSearchOnPatientSimilarityA Patient similarity comparison demo running on IRIS for Health | L | Docker | 0.0 (0) | 23 Sep, 2024 | 25 | |
iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 22 Sep, 2024 | 176 | ||
itermTerminal in web with all features of original iris session tool | Python IPM | 5.0 (1) | 22 Sep, 2024 | 198 | 23 | |
iris-api-interface-generatorAn app to generate interfaces to query APIs | A | Docker Python | 0.0 (0) | 22 Sep, 2024 | 53 | |
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 0.0 (0) | 22 Sep, 2024 | 57 | |
IRIS-Log-MonitorMonitor and display some information,Can be viewed more convenie | s | Docker IPM | 0.0 (0) | 22 Sep, 2024 | 59 | 1 |
iris-DataVizExploratory Data Analysis with Visualization Application | Docker Python IPM | 5.0 (1) | 22 Sep, 2024 | 85 | 1 | |
IRIS-Test-Data-GeneratorUsed to generate test data | D | Docker IPM | 0.0 (0) | 22 Sep, 2024 | 82 | |
IrisheimerAutomates AWS deployment of InterSystems WSGI apps using Pulumi | Z | Python | 4.5 (1) | 22 Sep, 2024 | 62 | |
pxw-lib-sqlA replacement of SQLQuery that helps simplfy complex queries | P | Docker | 0.0 (0) | 22 Sep, 2024 | 41 | |
smart-day-hands-onA hands-on workshop sample with detailed exercise instructions | N | Docker | 0.0 (0) | 22 Sep, 2024 | 33 | |
iris-ccd-devtoolsA UI for testing CCDA transforms, XPath evaluation, and XSL templates in IRIS | Docker | 5.0 (2) | 20 Sep, 2024 | 170 | ||
thalamus-ogThalamus revolutionizes LLM routing | A | Python AI ML ML | 0.0 (0) | 19 Sep, 2024 | 19 | |
Code-ScannerFind Strings in any kind of ObjectScript | Docker IPM | 5.0 (2) | 17 Sep, 2024 | 151 | ||
DX Jetpack for VS CodeA VS Code extension pack to boost your Developer eXperience | 5.0 (1) | 17 Sep, 2024 | 471 | |||
Samples-AviationProvides sample data for use in exploring InterSystems IRIS Text Analytics capabilities. Also includes sample analytics model elements. | Docker IPM | 4.5 (2) | 11 Sep, 2024 | 364 | 115 | |
ks-iris-libIRIS / IRIS Health utilities library | Docker IPM | 5.0 (1) | 07 Sep, 2024 | 109 | ||
zpm-registryInterSystems ObjectScript Registry Server For ZPM packages | Docker IPM | 5.0 (1) | 05 Sep, 2024 | 1.0k | 810 | |
Healthcare HL7 XMLHealthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format. | A | Docker IPM | 5.0 (2) | 02 Sep, 2024 | 723 | 48 |