Fork me on GitHub
#datomic
<
2017-09-13
>
clojuregeek00:09:49

i'm looking for an example of an app (beside the music database 🙂 ) of using datomic... any OS projects ya'll can recommend ?

marshall01:09:17

@clojuregeek I like this blog post and project: https://hashrocket.com/blog/posts/using-datomic-as-a-graph-database IIRC the repo includes all the stuff to run the full app

stijn08:09:39

is there some documentation about the properties to be set for the Dynamo table in case you are not using ensure-cf? (in our case terraform)

dazld09:09:35

@clojuregeek you can also do something like lein new luminus my-thing +datomic

stijn13:09:33

@marshall ok thanks. So, the other attributes n, v, prev that are visible in the ensure-cf generated table should not be declared?

marshall13:09:53

@stijn I would recommend doing what the generated table does

stijn14:09:18

@marshall just tried and you should not include the other attributes, only the key/hash

stijn14:09:28

so documentation is correct