Distributed system information query tool.
Go to file
Starbeamrainbowlabs 1e76226177
Connection: the issue at hand is more complicated than it first appears, as usual
2022-02-09 03:14:26 +00:00
docs Add initial (unfinished) protocol docs 2022-02-09 03:05:48 +00:00
src Connection: the issue at hand is more complicated than it first appears, as usual 2022-02-09 03:14:26 +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 unwinding the incoming tables from other peers, but it's gonna be a nasty and complicated business 2022-02-01 03:05:27 +00:00
package.json Start unwinding the incoming tables from other peers, but it's gonna be a nasty and complicated business 2022-02-01 03:05:27 +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.