opsfolio / resource-surveillance-commons

Reusable and common surveilr patterns
1 stars 6 forks source link

Amend sqlite3 reloading with `surveilr shell` reloading in sqlpagectl.ts #43

Open shah opened 2 months ago

shah commented 2 months ago

As soon as surveilr shell --output json is introduced, add a feature to use surveilr shell via STDIN in addition to sqlite3 in support/bin/sqlpagectl.ts. That will eliminate the sqlite3 dependency from all but certain users.

shah commented 2 months ago

As soon as the --watch functionality is added to surveilr shell and surveilr web-ui we may not need support/bin/sqlpagectl.ts anymore.