This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-27
Channels
- # aleph (2)
- # beginners (19)
- # boot (15)
- # cider (1)
- # cljsrn (1)
- # clojure (68)
- # clojure-austin (12)
- # clojure-dev (2)
- # clojure-france (6)
- # clojure-italy (46)
- # clojure-russia (45)
- # clojure-spec (55)
- # clojure-uk (41)
- # clojurescript (117)
- # component (15)
- # cursive (54)
- # datomic (24)
- # events (2)
- # funcool (1)
- # instaparse (4)
- # klipse (30)
- # lein-figwheel (3)
- # leiningen (4)
- # luminus (4)
- # om (10)
- # onyx (13)
- # parinfer (36)
- # proton (1)
- # reagent (1)
- # ring (2)
- # ring-swagger (1)
- # rum (19)
- # test-check (6)
- # testing (9)
- # untangled (1)
you can’t delete, but you can rename
@robert-stuttaford I was thinking about Excision. But I realize excision is only for data @jdkealy.
Are there any recommended JVM settings/args for an application running a Datomic peer? heapsize etc.
@jdkealy The recommended approach would be as suggested by @robert-stuttaford : to rename the incorrect attribute (i.e. myname-DEPRECATED) and create a new, correctly typed attribute for use using the now-freed original name
@jaret Thanks for this, super useful 🙂
On a unrelated note If I have a query that is concerned about the existence of datums that were transacted around a certain time period (say 2 weeks ago from whenever the query is run) how is it best to test this query? Do I add datums and overide the :tx/instant
on the transaction to be 2 weeks ago or do I allow my query to pretend now is 2 weeks in the future and transact the data to query as normal?
in the case mentioned above, there were no datoms yet transacted against the attribute if you pull everything, then yes the deprecated ones will show up, so you’d need to retract them
i am going to use peer as http rest for now. are there any resources discussing how to deploy such peer on AWS?
I’m trying to add aleph to a project that uses datomic-pro, but I’m running into deps conflicts over netty
there was some discussion of this here: https://groups.google.com/d/topic/datomic/pZombLbp-tQ/discussion