Distributed system information query tool.
Go to file
2022-02-21 03:14:57 +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 remove debug logging 2022-02-21 03:14:57 +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 reinstall p-queue, which is required by FramedTransport (oops) 2022-02-12 01:52:57 +00:00
package.json reinstall p-queue, which is required by FramedTransport (oops) 2022-02-12 01:52:57 +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.