This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-25
Channels
- # admin-announcements (18)
- # beginners (16)
- # boot (13)
- # bristol-clojurians (1)
- # cider (41)
- # clojure (116)
- # clojure-berlin (1)
- # clojure-italy (2)
- # clojure-japan (6)
- # clojure-russia (94)
- # clojurescript (46)
- # clojutre (5)
- # core-matrix (2)
- # cursive (1)
- # datascript (14)
- # datomic (10)
- # devops (73)
- # editors (3)
- # emacs (19)
- # hoplon (382)
- # jobs (1)
- # ldnclj (8)
- # ldnproclodo (4)
- # off-topic (50)
- # onyx (3)
- # reagent (2)
- # yada (19)
@cfleming: Ping back
Have never tried it we simply use the snapshot
Ok, I just now found the JetBrains artifactory, the snapshot isn’t on Maven Central, right?
you need to add:
:repositories {"sonartype snapshots" ""}
[org.jetbrains.xodus/xodus-environment "1.0-SNAPSHOT"]
[org.jetbrains.xodus/xodus-entity-store "1.0-SNAPSHOT"]
I think sonartype is maven snapshot
No problem
Btw we have turned on the in memory cache 1 month ago
and it works like a charm now and the perfomance had a major boost
Nice, I don’t need super high performance for what I’m doing but that sounds really interesting.
Cool have fun @cfleming
@mitchelkuijpers: @cfleming xodus sounds like a nice schemaless alternative to h2 and sqlite. Didn't know that one, any experiences with it, good or bad?
@sveri not a lot of docs but it works great!
Used it for http://dash.avisi.com
I used the entity store
@cfleming is going another route with xodus :-)
@mitchelkuijpers: looks cool, did you write a clojure wrapper for this? Or just use java interop? Or is there no clojure involved at all? And how about backup?
I wrote a small wrapper around it and used it with clojure. I did not do backups yet..
Well it are just files so we backup those every night
ah, ok, that's what I wanted to know, no need to stop the database or something like that
They also have a backup tool somewhere hidden that can create a zio
I can share some code with you tomorrow if you like
Thinking about open sourcing a wrapper lib
(On my mobile right now)
Open sourcing it would be great, right now I don't have need for it, but maybe for my next project. Schmealess is so nice
Will take a shot at it, been looking to contribute something back to the community 😄
Actually its often easier than one might think, I started just by putting some code together, and throw it on github
If I have something I'll post it here prob this weekend
And, if you are not sure about the license, there was a recent discussion for Lux about it: https://github.com/LuxLang/lux/issues/5
Ow cool thnx! Def interesting