scitt-community / scitt-api-emulator

SCITT API Emulator

Home Page:https://scitt-community.github.io/scitt-api-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing the full ledger

OR13 opened this issue · comments

I am interested in adapting the emulator to support data visualization of the full contents, this will allow for us to query based on the existing data structures, and allow analysis to start driving some of the data model discussions.

I've been working on a transcoder for JSON and CBOR to help with graph analysis https://github.com/transmute-industries/jsonld-to-cypher

It feels like perhaps this would be best handled in a separate codebase that consumes this API, any objection to starting down that path?

I think that makes perfect sense, having a clear separation also makes it obvious whether there are gaps in the API (there probably are).