Fork me on GitHub
#datomic
<
2015-12-16
>
ljosa02:12:03

I didn't see Couchbase mentioned. It is at least easy to set up. Any downsides to Couchbase for use with Datomic?

afhammad09:12:13

For those running on Datomic Pro Starter/Free, how far has it taken you? What kind of load can it handle? (apologies if this has been asked a hundred times)

genRaiy10:12:10

@tesseract: I have blog post about running Datomic on Heroku which explains that answer in more detail and offers hope for how it can be made easier http://blog.opengrail.com/jekyll/update/2015/11/19/datomic-heroku-spaces.html

tesseract14:12:30

@raymcdermott: so just a few commands and up and running? not too bad

genRaiy16:12:38

@tesseract: yes that’s right … although like I say you have to have an enterprise account and access to the Private Spaces beta so there are more barriers than usual

genRaiy16:12:55

there are some options to mimic private networking using their standard offerings https://elements.heroku.com/addons#network but YMMV

domkm23:12:04

Is there a way to get the previous t from a t?

domkm23:12:41

Alternatively, is there a way to simulate as-of returning a db that is exclusive of t (by default it returns a db that is inclusive of t?

domkm23:12:12

(...without running through the tx-range until finding the tx before the given t.)