ArcadeData / arcadedb

ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.
https://arcadedb.com
Apache License 2.0
484 stars 60 forks source link

New Server API to manage scripts #1308

Open lvca opened 10 months ago

lvca commented 10 months ago

A nice feature of OrientDB was having persistent scripts that work like stored procedures.

While having it in the database could be very helpful, editing scripts through OrientDB Studio is not the most developer-friendly thing I've seen.

I like the approach of having scripts stored in the file system, so you can use your favorite IDE. Some developers built a simple component that loads the scripts at startup and refreshes the scripts when they are changed. We should provide a component that does that.

The component should also be accessible through API (create, read, update, and delete scripts) and be integrated in Studio as well.

lvca commented 10 months ago

This issue replaces #700.