datalog

2020-09-07T08:29:57.003400Z

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 W 2020-09-07T16:18:09.003500Z

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

2020-09-07T16:23:47.004900Z

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

Michael W 2020-09-07T16:28:45.007300Z

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.