- raw txo jsonl list ==> SQLite
- SQLite Schema representing most things in a bitclout txo
- N4J Relationships for most txo types (and sub-types like cc buy/sell)
- update from the block
USE THIS REPO WITH CAUTION, WIP
- install node 14 (12 will probs work)
npm i- copy
.env.templateto.envfill appropriate vars
- GET JSONLs FIRST!
node bulk_load_block.jsfirstnode bulk_load2.jsnext
node do_update.jswill trickle in tx's from block calls.
- how to's
- sqlite/mssql => n4j
- mssql graph
- sqlite => elastic
TODO