clara

http://www.clara-rules.org/
eraserhd 2019-05-16T14:32:13.125400Z

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.

eraserhd 2019-05-16T14:33:04.126500Z

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.

eraserhd 2019-05-16T14:34:04.127400Z

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.

2019-05-16T15:09:50.128200Z

@eraserhd nice, hybrid situation of above

2019-05-16T15:11:14.128500Z

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

2019-05-16T15:12:29.129800Z

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.