This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-06
Channels
- # admin-announcements (10)
- # alda (78)
- # arachne (33)
- # bangalore-clj (2)
- # beginners (11)
- # boot (70)
- # chestnut (8)
- # cljsjs (5)
- # cljsrn (4)
- # clojure (212)
- # clojure-art (1)
- # clojure-berlin (1)
- # clojure-brasil (27)
- # clojure-canada (6)
- # clojure-colombia (12)
- # clojure-dev (6)
- # clojure-greece (29)
- # clojure-hk (2)
- # clojure-italy (7)
- # clojure-russia (51)
- # clojure-spec (12)
- # clojure-uk (18)
- # clojurescript (115)
- # clojurex (8)
- # component (1)
- # crypto (41)
- # css (5)
- # cursive (31)
- # datomic (17)
- # defnpodcast (7)
- # emacs (9)
- # flambo (1)
- # funcool (4)
- # juxt (29)
- # off-topic (1)
- # om (122)
- # onyx (12)
- # pedestal (1)
- # planck (10)
- # portland-or (1)
- # re-frame (30)
- # reagent (4)
- # rum (3)
- # slack-help (2)
- # specter (20)
- # sql (3)
I'm thinking about some updates to joplin.cassandra that would probably be breaking as was wondering what the status was on it
I was tempted to do a PR for a version of it based on alia, not sure if you'd be interested in that
sounds good, I am kind of overloaded at this time, but I'd love to see this move forward and will provide help if you need me to.
dammit, but then i'll have to port all my migrations over to joplin
@otfrom drift and er-cassandra
drift hasn't seen any activity in an age though, joplin seems like a better bet for the future
I think we're going to finish our current epic on the versions of c* that work w/joplin & alia together (which is pretty old), but after that we'll be looking at an upgrade
there doesn't seem much of a point in doing it if @martintrojer needs it on a particular version for work. 😉
fwiw it took very little effort to move my migration stuff from c*2.x to 3.x
btw cassaforte and hayt dsl are compatible, since cassaforte use(d) hayt internally. it shouldnt be too difficult to port
in fact, it came down to a single schema table name which changed
mpenet yeah, I'm not thinking it will be too bad, but I don't know about the newer c* libs and any version of c* that Martin might need
the only diffs are with the ceremonial stuff around setting up cluster/session (options)
here's the sum total of change i needed to port migrations from c*2.x to 3.x @otfrom https://github.com/employeerepublic/er-cassandra/blob/master/src/er_cassandra/schema.clj#L16
if you feel adventurous there are specs for alia here https://github.com/mpenet/alia/blob/feature/specs/modules/alia-spec/src/qbits/alia/spec.clj, could be usefull for cluster/query options. The gen part is missing, but it's usable for validation I guess
feel free to cut&paste!