Skip to content

Instantly share code, notes, and snippets.

@gabriel-laddel
Last active December 17, 2015 09:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriel-laddel/5589387 to your computer and use it in GitHub Desktop.
Save gabriel-laddel/5589387 to your computer and use it in GitHub Desktop.
Addressing each question individually,
What I think:
It's a fantastic fit for small applications and large applications in
some very specific use cases. That being said, I know the persistence
layer you use (disk, dynamo db, sql) has some effect on the performance
so you could tune it to the use case.
Being able to execute queries that are built out of clojure data structures
is pretty fun. I've not yet used any of the nifty features and cannot speak
to them
Is it stable?:
Well, that depends - I've no experience running it on dynamo db or out in
the cloud (IMO, typical use case) but rather as the data store for a desktop
application. In this particular use case the transactor has to be restarted
whenever the laptop goes to sleep. Outside of that I've had no issues.
For what it's worth I've heard nothing but good things from those I know of
who use it in production (@amitrathore, @annaisystems)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment