datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
husayn 2020-07-26T13:47:02.439100Z

the datomic-console only seems to be able to do queries … anyone know of a datomic tool which can be used to perform transactions ?

2020-07-30T18:52:44.024500Z

hyperfiddle

husayn 2020-08-03T12:15:28.072200Z

looks promising , thanks @bhurlow

👍 1
vinnyataide 2020-07-26T18:55:30.440200Z

hello guys. any idea why the datomic rest-api is deprecated?

vinnyataide 2020-07-26T18:56:19.441500Z

I loved it because that makes trivial to interface my backend with my clojure natal apps

vinnyataide 2020-07-26T18:56:36.442Z

but I am concerned

vinnyataide 2020-07-26T18:57:14.442900Z

thats someday I'll have to learn all the aws stack to keep using datomic lol

aaroncoding 2020-07-26T19:32:24.444800Z

I'm trying to use conformity with datomic pro (on-prem). It breaks though, seems to be trying to require datomic.api instead of datomic.client.api. Is there anything I can be doing differently to make it work? Or even an alternative to conformity?

ghadi 2020-07-26T19:54:00.445300Z

search for cloudformity @coding.aaronp

ghadi 2020-07-26T19:54:16.445800Z

I’m on mobile otherwise I’d link you

aaroncoding 2020-07-26T19:56:43.446Z

awesome thanks!

Giovani Altelino 2020-07-26T20:15:04.447600Z

@husayn , I use the REPL to do the transactions, I find easier to "replay" the transactions too, since I can just save everything in a namespace. https://github.com/giovanialtelino/hackernews-lacinia-datomic/blob/master/src/hackernews_lacinia_datomic/db_start.clj

husayn 2020-07-26T20:46:28.448500Z

@galtelino yeah, that’s what I use now, was just hoping there was a better tool

👍 1