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 REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | 0.0 (0) | 18 Nov, 2024 | 42 | |||
Server Manager for VS CodeVS Code extension to manage connections to InterSystems servers. | 4.8 (6) | 15 Nov, 2024 | 1.2k | |||
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 | ||||||
InterSystems Testing Manager for VS CodeIntegrate the %UnitTest framework with VS Code | 4.5 (2) | 15 Nov, 2024 | 365 | |||
IPM in VS CodeManage IPM / ZPM packages on servers directly from VS Code | 0.0 (0) | 15 Nov, 2024 | 137 | |||
Git for Shared Development EnvironmentsServer-side Git source control hooks for shared dev environments | IPM | 5.0 (2) | 13 Nov, 2024 | 3.0k | 3.8k | |
Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Python IPM | 5.0 (2) | 04 Nov, 2024 | 1.7k | 744 | |
pxw-lib-sqlA replacement of SQLQuery that helps simplfy complex queries | P | Docker IPM | 4.0 (1) | 10 Oct, 2024 | 69 | |
pxw-debugLog debug output | P | Docker IPM | 5.0 (1) | 06 Oct, 2024 | 28 | 2 |
iris-dev-codeinspectorValidates packages and classes, returning a report with issues. | Docker IPM | 4.0 (1) | 22 Sep, 2024 | 205 | ||
itermTerminal in web with all features of original iris session tool | Python IPM | 5.0 (1) | 22 Sep, 2024 | 277 | 54 | |
IrisheimerAutomates AWS deployment of InterSystems WSGI apps using Pulumi | Z | Python | 4.5 (1) | 22 Sep, 2024 | 74 | |
iris-ccd-devtoolsA UI for testing CCDA transforms, XPath evaluation, and XSL templates in IRIS | Docker | 5.0 (3) | 20 Sep, 2024 | 213 | ||
DX Jetpack for VS CodeA VS Code extension pack to boost your Developer eXperience | 5.0 (1) | 17 Sep, 2024 | 508 | |||
zpm-registryInterSystems ObjectScript Registry Server For ZPM packages | Docker IPM | 5.0 (1) | 05 Sep, 2024 | 1.1k | 814 | |
errors-global-analyticsAnalytics for the bugs in ^ERRORS | Docker IPM | 5.0 (1) | 01 Sep, 2024 | 376 | 28 | |
isc-codetidyServer-side code standards enforcement for ObjectScript | IPM | 4.0 (1) | 27 Aug, 2024 | 620 | 466 | |
irislabIRIS Lab - Management Portal in the form of VSCode | Docker Python IPM | 5.0 (1) | 27 Aug, 2024 | 184 | 12 | |
iris-bi-utilsImport, export, autocheck | E | Docker IPM | 5.0 (1) | 20 Aug, 2024 | 73 | 830 |
isc-perf-uiSimple REST APIs and Angular UI for the line-by-line monitor | Python IPM | 4.0 (1) | 16 Aug, 2024 | 340 | 41 | |
SQL DATA LENSDB Tool with special features for IRIS & Caché | A | 5.0 (1) | 10 Aug, 2024 | 960 | ||
DeltanjiComprehensive source control running natively inside InterSystems environments. | 5.0 (1) | 09 Aug, 2024 | 975 | |||
CommentToObjectScriptAdd comments to ObjectScript in VSCode | 0.0 (0) | 01 Aug, 2024 | 45 | |||
interoperability-embedded-pythonHack of PEX Python but for Embedded Python | G | Docker Python IPM | 5.0 (15) | 26 Jul, 2024 | 7.5k | 1.1k |
OPNLib-TimerTimers Generator Tool. Allows whatever application process to easily orchestrate taks, defining its own timers that will wake it up to make actions. | J | Docker IPM | 5.0 (1) | 10 Jul, 2024 | 160 | 14 |
Document ConverterConvert documents from InterSystems Cache easily | E | Docker | 5.0 (1) | 19 May, 2024 | 313 | |
deployed-code-templateAn example of how to deploy ObjectScript without source via IPM | Docker IPM | 5.0 (2) | 22 Apr, 2024 | 117 | 8 | |
IDP DVClass data verifier. Utility validates Intersystems IRIS classes properties data according to the properties' types. | G | Docker IPM | 4.0 (2) | 25 Mar, 2024 | 180 | 29 |
ISC DEVExport/Import InterSystems Data Platform development artefacts | G | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 1.8k | 1.9k |
Japanese Calendar ConverterWhat's new in this version Follow Naming Convention | H | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 238 | 9 |
sql-builderA flexible and powerful SQL query string builder for InterSystems IRIS | Docker IPM | 3.0 (1) | 25 Mar, 2024 | 515 | 22 |