55 Application(s) results for #cache
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Metrics example

Simple example of collating database and license metrics

D
David Underhill
Docker
3.5 (2)10 Jun, 2024 180

Document Converter

Convert documents from InterSystems Cache easily

E
Eduard Lebedyuk
Docker
5.0 (1)19 May, 2024 309

InterSystems Ideas Waiting to be Implemented

AI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.

To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

IDP DV

Class data verifier. Utility validates Intersystems IRIS classes properties data according to the properties' types.

G
Gevorg Arutiunian
Docker
IPM
4.0 (2)25 Mar, 2024 176 29

delete-helper

A Super class for adding a code-generator %OnDelete method

N
Netanel Frankel
Docker
IPM
5.0 (1)25 Mar, 2024 295 19

irisChatGPT

Application uses LangChain framework which is built around LLMs

Muhammad Waseem
Docker
Python
IPM
AI
4.0 (1)07 Jul, 2023 1.3k 11

iris-globals-graphDB

Use Globals to Store and Retrieve Graph Database Structure

Muhammad Waseem
Docker
Python
5.0 (1)09 Apr, 2022 571

IRIS-FileServer

Seed for sharing files via uid with InterSystems Cache

E
Eduard Lebedyuk
Docker
IPM
5.0 (1)08 Apr, 2022 506 17

findtable

Query entity class corresponding structure.

H
Huicai Wang
Docker
5.0 (1)21 Apr, 2021 248

mg_php

A PHP Extension for InterSystems Caché/IRIS.

C
Chris Munt
0.0 (0)25 Mar, 2021 227

mg_go

A GO Extension for InterSystems Caché/IRIS.

C
Chris Munt
0.0 (0)25 Mar, 2021 717

mg-dbx

A Node.js Extension for InterSystems Caché/IRIS. The focus and rationale for this solution is high-performance NoSQL-based access to the database, though access to InterSystems SQL, Objects and Functions is also supported.

C
Chris Munt
Python
0.0 (0)25 Mar, 2021 264

mg_ruby

A Ruby extension for InterSystems M/Caché/IRIS

C
Chris Munt
0.0 (0)25 Mar, 2021 276

mg_python

A Python Extension for InterSystems Caché/IRIS.

C
Chris Munt
Python
4.0 (1)24 Mar, 2021 323

ClassExplorer

UML Class Diagram Builder for InterSystems Data Platforms (2014.1+)

Nikita Savchenko
Docker
IPM
5.0 (3)22 Oct, 2020 708 1.2k

objectscriptQuality for VSCode

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (Object

D
Daniel
Docker
Python
4.5 (1)14 Sep, 2020 341

objectscriptQuality for Atelier

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can install it directly from Atelier and it will then detect new bugs and quality issues as you code (ObjectScript and J

D
Daniel
0.0 (0)27 Aug, 2020 59

objectscriptQuality for Studio

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it from our site and it will then detect new bugs and quality issues as you code (ObjectScript and JavaScript) i

D
Daniel
0.0 (0)27 Aug, 2020 98

sys-perf-restapi

An API (basic and REST) for the SystemPerformance (pka pButtons) utility

N
Netanel Frankel
Docker
IPM
4.5 (1)17 May, 2020 229 35

BlocksExplorer

Database Blocks Explorer for InterSystems Caché

Dmitry Maslennikov
Docker
5.0 (1)22 Mar, 2020 301

eXTreme for IRIS / Caché Example

A console .NET application which shows how to access, create and store globals from a .NET application using eXTreme.

I
Iryna Mykhailova
0.0 (0)13 Jan, 2020 154

Anti CSRF CSP

A method for mitigating anti CSRF attacks on CSP derived api calls

D
David Crawford
1.5 (1)30 Jul, 2019 275

XSLFOWrapper

Making possible to use the HotJVM feature, when the XSL-FO file is not defined in the ReportDisplay block, but comes from a different source instead.

A
Attila Toth
1.5 (1)18 Jun, 2019 170

isclib

Go library for interacting with InterSystems Corporation products like Cache and Ensemble

K
Kyle Michel
0.0 (0)03 May, 2019 268

ArduinoSnippets

Connect your Arduino to Caché via com port (or usb<->com)

E
Eduard Lebedyuk
0.0 (0)22 Apr, 2019 147

Caché Tortoize Git

Source Version Control plugin for Caché Studio. Caché Git allows working with git-repos straight from Caché Studio.

A
Alexander Koblov
0.0 (0)22 Apr, 2019 684

ObjectScript Visual Editor

A Web-based touch-friendly IDE for InterSystems products which allows to create and manage classes literally without touching any code. However, you can also edit code and use embedded WebTerminal there.

Nikita Savchenko
Docker
5.0 (1)31 Mar, 2019 364

QEWD.js

QEWD.js is a Node.js framework for REST APIs, interactive WebSocket and/or Ajax applications, capable of running as a monolithic application or split across MicroServices. Fully supports Cache, Ensemble and IRIS, allowing use of existing Cache ObjectScript code, Cache Objects and Cache SQL, but also

R
Rob Tweed
Docker
5.0 (1)28 Jan, 2019 268

Laracache

Laravel package providing InterSystems Cache as a data source using ODBC

J
Jean Dormehl
Docker
0.0 (0)07 Dec, 2018 408

DynamicObject Adapter

An adapter that enables you to "serialize" and "deserialize" class instances to and from a DynamicObject. It supports array and list properties. See github for more information.

S
Stefan Cronje
5.0 (2)09 Oct, 2018 167

GitHub API

Github API for InterSystems Caché

E
Eduard Lebedyuk
Docker
5.0 (1)23 Aug, 2018 165