Custom connector use with Sequence.io

I am using Metabase with my Rails project that uses Postgresql and it is great. I am adding a token system using sequence at chain.com to handle my tokens. Sequence is basically a hosted ledger service and it has several nice SDK’s that make it pretty easy to work with. Ultimately I would like to be able to query my sequence data.

I am thinking I would need to A: Write a custom connector - I haven’t even looked at the difficulty of this – sequence does have a nice java sdk that might work nicely with Metabase’s Clojure roots. B: get someone to write a connector – I doubt sequence has enough interest for that
C: save a record of my transactions in postgres and query postgres – I think the Microsoft Blockchain workbench saves a sql record of the blockchain transactions for analytics purposes.

Any suggestions on how to do this?

1 Like