Fork me on GitHub
#onyx
<
2017-03-30
>
jeremy13:03:42

how stable is the input/output plugin api for 0.10? i've been building stuff with the old pipeline api in 0.9, and wondering if i should make the jump now rather than later.

jasonbell14:03:43

I’ve found 0.10 to be a lot more stable in general, it’s a big step up.

hunter14:03:43

@michaeldrogalis FYI onyx-datomic 0.10.0.0-beta10 still isn't pushed to clojars ... is there still a deployment issue?

hunter14:03:16

i'm using 0.10.0.0-SNAPSHOT without problems still

michaeldrogalis15:03:36

@jeremy The plugin interface is pretty much settled. There will be no more major changes to it.

michaeldrogalis15:03:00

@hunter Yeah I think there is. I’m at Clojure/west, I’ll take a look when I’m back

hunter15:03:19

@michaeldrogalis thanks! enjoy clojure west

jmorris0x019:03:26

Hi all. Can segment maps be nested? If so, can things like :window/session-key refer to nested keys? If so, how? (Sorry if this is a dumb question. I’ve been searching the docs and I must have missed it someplace.)

gardnervickers19:03:23

@jmorris0x0 Yes, segments can be nested maps

gardnervickers19:03:59

I dont think that is implemented yet, however adding a pre-processing task to the map in order to put whatever nested data represents your :window/session-key would be a good solution.

jmorris0x019:03:10

Awesome, thanks!