Distributed system information query tool.
Go to file
Starbeamrainbowlabs 1c5f5fb37a
Start setting things up for the HTTP subsystem, but we've got a ways to go
2022-02-10 21:42:53 +00:00
docs Start setting things up for the HTTP subsystem, but we've got a ways to go 2022-02-10 21:42:53 +00:00
src Start setting things up for the HTTP subsystem, but we've got a ways to go 2022-02-10 21:42:53 +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
README.md README: Add link to sql.js for the next step 2022-01-27 01:21:50 +00:00
package-lock.json Start setting things up for the HTTP subsystem, but we've got a ways to go 2022-02-10 21:42:53 +00:00
package.json Start setting things up for the HTTP subsystem, but we've got a ways to go 2022-02-10 21:42:53 +00:00

README.md

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.