Fork me on GitHub
#datomic
<
2015-09-03
>
robert-stuttaford15:09:17

i have a pretty nice bit of code that writes select entities to a file encoded as transit and imports it into a memory db. we have 30gb in our production db but only need a very tiny 100mb of it for our apps to function. was quite some fun writing this with transducers etc

clojuregeek21:09:34

I'm working on using datomic for the first time. I signed up for datomic pro, and now trying to add the clojure library I am getting errors about unable to find valid certificate. Do i need to enrypt my creds to clojars just to be able to download a dependency?

bostonaholic21:09:51

@clojuregeek: datomic pro isn't hosted on clojars

bostonaholic21:09:36

if you're using leiningen, you have to add

:repositories {"" {:url ""
                                 :username ""
                                 :password ""}}

clojuregeek21:09:44

ok it must be my login to datomic, ok i got it simple_smile

bostonaholic21:09:47

fill in the blanks 😜

bostonaholic21:09:28

password is the "download key" on your account page for datomic pro

bostonaholic21:09:38

should look like a uuid

clojuregeek21:09:05

i see, thanks!

bostonaholic21:09:00

(just be sure not to publish that code)

clojuregeek21:09:17

got it .. i'm trying to do a POC for work

clojuregeek22:09:02

got the dependancies downloaded simple_smile simple_smile