Just so you know, we use Datomic with Clara, and bolting them together has hit a sweet spot where we solved several problems at once.
Before, we had custom data validation code, and custom code to create "synthetics" - computed values that appear in our GraphQL queries that don't exist in the database.
We are using less and less of datomic though, as it's now merely a data store, and we never query it directly except for debugging.
@eraserhd nice, hybrid situation of above
forgot to mention this project that came out a bit back and was discussed some here https://github.com/clyfe/clara-eav
I think the idea was to smoothly use EAV style tuples as facts. I haven’t used it or anything though. I just think it relates to datomic datoms.