Distributed system information query tool.
Go to file
Starbeamrainbowlabs e63111e64f
Add based query response system, info broker
The new InfoBroker class' job is to fetch system information and return 
it in a standardised format.
2022-01-30 00:51:28 +00:00
src Add based query response system, info broker 2022-01-30 00:51:28 +00:00
.gitignore Fix some bugs, write some comments 2022-01-08 21:37:03 +00:00
LICENSE Initial commit 2022-01-05 20:04:13 +00:00
package-lock.json Debug connectiono system 2022-01-09 16:57:07 +00:00
package.json Debug connectiono system 2022-01-09 16:57:07 +00:00
README.md README: Add link to sql.js for the next step 2022-01-27 01:21:50 +00:00

systemquery

Distributed system information query tool.

  • jpake - in case our STARTTLS-based idea doesn't work it didn't work :-/
  • sql.js - pure JS version of SQLite3 compiled with emscripten
    • This avoids the compiling-on-install problem may encounter with the regular better-sqlite3 package.