Distributed system information query tool.
Go to file
Starbeamrainbowlabs 9ac878f261
InfoBroker: add initial meta table.
This particular table contains information about the currently running 
systemquery instance.

TODO: Add other interesting things such as # of connected peers etc.
2022-01-31 03:05:12 +00:00
src InfoBroker: add initial meta table. 2022-01-31 03:05:12 +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.