Fork me on GitHub
#juxt
<
2016-09-06
>
otfrom14:09:02

I'm thinking about some updates to joplin.cassandra that would probably be breaking as was wondering what the status was on it

mpenet14:09:40

I was tempted to do a PR for a version of it based on alia, not sure if you'd be interested in that

otfrom14:09:54

mpenet that is exactly what I was moving towards

otfrom14:09:06

we use alia/hayt and want to look at moving to c* 3.0.x

otfrom14:09:17

as that is latest on dcos

otfrom14:09:20

given how nice you were to hecuba I feel we should stick w/it. 😉

mpenet14:09:35

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.

mccraigmccraig14:09:46

dammit, but then i'll have to port all my migrations over to joplin

otfrom14:09:54

mccraigmccraig what are you using atm?

mccraigmccraig14:09:21

@otfrom drift and er-cassandra

mccraigmccraig14:09:17

drift hasn't seen any activity in an age though, joplin seems like a better bet for the future

otfrom14:09:45

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

otfrom14:09:08

there doesn't seem much of a point in doing it if @martintrojer needs it on a particular version for work. 😉

mccraigmccraig14:09:31

fwiw it took very little effort to move my migration stuff from c*2.x to 3.x

mpenet14:09:51

btw cassaforte and hayt dsl are compatible, since cassaforte use(d) hayt internally. it shouldnt be too difficult to port

mccraigmccraig14:09:57

in fact, it came down to a single schema table name which changed

otfrom14:09:21

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

mpenet14:09:28

the only diffs are with the ceremonial stuff around setting up cluster/session (options)

otfrom14:09:56

mpenet is it a dove now rather than a pigeon for the sacrifice?

otfrom14:09:29

mpenet: you laugh. Those doves are expensive. I can get a pigeon anywhere in London

mpenet14:09:54

I got served a pigeon in a michelin restaurant a few years ago 😛

mpenet14:09:47

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

otfrom14:09:03

mccraigmccraig: OMFG! I'll never be able to do that.

otfrom14:09:09

sooo many characters to type

otfrom14:09:31

mpenet: ooh. Shiny.

mccraigmccraig14:09:31

feel free to cut&paste!

otfrom14:09:21

mccraigmccraig: I'll copy some from you, a bit from clojuredocs and the rest from random bits of stackoverflow