Home Applications objectscript-copilot-demo

objectscript-copilot-demo

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
0
Awards
4
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
Videos (1)
Articles (1)
An ObjectScript App completely (almost) written with AI Copilot

What's new in this version

Initial Release

intersystems objectscript copilot excercise

The ObjectScript code in the repository is created via copilot AI
See the related video demonstrating code generation

Code works, includes basic math operations, basic global operations, persistent class and records creation and REST API follow the instructions below to try its functionality

Installation

Clone/git pull the repo into any local directory

$ git clone git@github.com:evshvarov/objectscript-copilot-demo.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

Create random records:

Open IRIS terminal:

$ docker-compose exec iris iris session iris
USER>do ##class(shvarov.copilot.Persistent).AddRandomValues()

Test REST API

open the server/copilot/records link to receive back the sample data from server

Version
1.0.025 Feb, 2025
Category
Technology Example
Works with
InterSystems IRIS
First published
25 Feb, 2025
Last edited
25 Feb, 2025