This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-17
Channels
- # admin-announcements (4)
- # beginners (35)
- # boot (183)
- # cider (28)
- # cljs-dev (4)
- # cljsjs (1)
- # cljsrn (5)
- # clojure (52)
- # clojure-austin (4)
- # clojure-russia (83)
- # clojure-sdn (1)
- # clojure-uk (18)
- # clojurescript (48)
- # core-matrix (5)
- # cursive (4)
- # datomic (23)
- # devcards (2)
- # dirac (43)
- # editors (2)
- # emacs (4)
- # events (5)
- # funcool (2)
- # hoplon (81)
- # immutant (3)
- # juxt (3)
- # ldnclj (1)
- # luminus (12)
- # off-topic (6)
- # om (72)
- # onyx (32)
- # parinfer (2)
- # pedestal (1)
- # proton (6)
- # protorepl (3)
- # re-frame (30)
- # reagent (2)
- # spacemacs (2)
- # specter (1)
- # testing (1)
- # uncomplicate (3)
- # untangled (15)
- # yada (10)
Is it possible to save the queries created in the Datomic Console into the browser's Local Storage (on a per-db/uri basis)? I searched the docs and this ML but found no mentions of it.
Not at present.
@marshall late to respond but thanks for your solution to sample-query last week. worked perfectly
I got this error when I try to connect to remote transactor:
HornetQNotConnectedException HQ119007: Cannot connect to server(s). Tried with all available servers. org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory (ServerLocatorImpl.java:906)
isaac: using datomic free?
@bkamphaus: Are you in CO?
We are doing sweet machine-learning in Boulder on top of Datomic (❤️) and would love to chat.
@harold: yep, I’m in Longmont. Went to one of the Clojure meetups that Jeff and Jon organized. Happy to chat with you guys about how you’re using Datomic.
In my peer, I have a ObjectCache hit ratio of 1 and no reported StorageGetBytes. But I see access to my Riak storage. Is that normal?
I would expect some access — peers read active transactor heartbeat from storage, also the transactor notifies peers of newly written data that needs to be read into memory index on peer.
But the access correlates with my load test. I have nearly no storage access during no load.
@bkamphaus: Sorry it was another process accessing the Riak cluster which is triggered by the same load test. I have no storage access from Datomic itself.
ah, ok, makes sense.
I got a ProvisionedThroughputExceededException
while restoring a database to an underprovisioned DynamoDB store. Will the transactor and peers back off and retry instead of dying if DynamoDB's read or write capacity is exceeded?
to some extent, Datomic will respond to throttling (and metrics like StoragePutBackoffMsec or StorageGetBackoffMsec will be reported), but it is possible that it throttling is too severe that a transactor will fail to heartbeat and fall over, for example.