Skip to content

New Server API to manage scripts #1308

@lvca

Description

@lvca

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions