Fork me on GitHub
#datomic
<
2015-07-18
>
robert-stuttaford06:07:48

hey lucasbradstreet !

robert-stuttaford06:07:49

@timothypratley: you can read d/datoms to get datoms directly, but of course that’s not the result of any sort of query. you can always reconstitute your own datoms from query results, it’s not that hard, it’s just not obvious; as you’d have to fetch out t values for everything. @tonsky no doubt has a preferred method or two.

robert-stuttaford06:07:41

@val_waeselynck, this gives you a nice data set you can easily filter on. see http://docs.datomic.com/clojure/#datomic.api/attribute to see what attribute returns. you can also run it through clojure.pprint/print-table

a.espolov20:07:12

Hello. How to run datomic rest service for sql storage. I'm use this command bin/rest -p 8001 sql datomic:sql://{db-name}?{jdbc-url}

a.espolov20:07:05

rest service is running. But I after selecting storage "sql" on page localhost:8001/data

a.espolov20:07:55

in web interface receives an 500 error