Fork me on GitHub
#clara
<
2019-05-16
>
eraserhd14:05:13

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.

eraserhd14:05:04

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.

eraserhd14:05:04

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.

Drew Verlee00:05:16

How are you using datomic if your not querying it?

mikerod15:05:50

@eraserhd nice, hybrid situation of above

mikerod15:05:14

forgot to mention this project that came out a bit back and was discussed some here https://github.com/clyfe/clara-eav

mikerod15:05:29

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.