haskell-tools icon indicating copy to clipboard operation
haskell-tools copied to clipboard

Support for flat schema

Open quyse opened this issue 6 years ago • 0 comments

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.

quyse avatar Sep 14 '18 15:09 quyse