Fork me on GitHub
#datalog
<
2020-09-07
>
David Pham08:09:57

Hello, is there are simple way to visuzalize a datomic schema? (Just by providing the schema definition that is, as I am using datascript or datahike).

Michael W16:09:09

I use hodur for that, it's not exactly visualizing the schema, it has a mini-dsl to visualize your model, that you can then output as a datomic schema. https://github.com/hodur-org/hodur-engine

David Pham16:09:47

Thanks :) My issue with the tool is you need to quite work your schema before you can use it.

Michael W16:09:45

I try to build the data model before I write the code, to at least have a base to start with. It works very well for me, and I get pretty graphics to put into slides for the boss.