anomaly / gallagher

The missing toolkit for extending Gallagher Command Centre, featuring a CLI, SQL interface, TUI and a Python idiomatic SDK
https://anomaly.github.io/gallagher/
MIT License
11 stars 2 forks source link

Provide a set of utility scripts that populates developer data via the REST API #50

Open devraj opened 2 months ago

devraj commented 2 months ago

Is your feature request related to a problem? Please describe. For various use cases like:

it would be terribly handy to have a set of sample data that would make the system behave like there has been activity.

We can populate this via the Command Centre interfaces but it would be handy to automate this.

Post population of the database we could snapshot the database and restore it to state which would save repopulating this data.

Describe the solution you'd like Write and make available a set of scripts that builds on top of the REST client to populate a logically set of data, ideally that builds on top of the data that the Command Centre comes with.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context