haskell-tools
haskell-tools copied to clipboard
Support for flat schema
Initial support for flat schema (i.e. with separate table for blocks, transactions, logs, etc) is implemented. This issue is to track implementation status of this feature.
Flat schema is very experimental and very briefly tested at the moment. Enabled with --flat
.
Should work for blockchains:
- [x] Bitcoin
- [x] Cardano
- [ ] EOS
- [x] Ethereum
- N/A IOTA
- [x] Monero
- [ ] Nem
- [x] Neo
- [ ] Ripple
- [ ] Stellar
- [ ] Waves
With output types:
- [ ] AVRO
- [ ] ElasticSearch
- [x] PostgreSQL
print-schema
command is not implemented yet for flat schemas.