Fork me on GitHub
#datomic
<
2020-06-30
>
JAtkins15:06:56

Do datomic ions have api documentation?

JAtkins16:06:08

I found my answer there, but that is a pain...

âž• 3
Joe Lane16:06:56

What kind of "api documentation" did you have in mind?

JAtkins16:06:43

Something like a doc string on every function so I don't have to hunt around when reading my code...

Joe Lane16:06:36

Can you give me an example? Do you mean on your ions or like what kenny just posted above?

JAtkins16:06:02

What kenny posted. For e.g. the (get-env) function is totally blank for docstings. It would be nice to at least have a link to the reference, better yet a permalink to the configuration section, even better than that a synapsis + a link

Joe Lane16:06:53

Thanks for clarifying.

JAtkins16:06:48

NP. I've just found myself very often in the last week trying to decode my ion setup. It's mostly fine when I'm in the middle of everything, since the docs are up and I remember where to look. But on reviewing the code it becomes much slower.

Richard15:06:21

hi - trying to get existing Datomic setup moved from Docker Swarm to Kubernetes

Richard15:06:12

wondering if there are any articles or blog posts on setting up networking so that the peers can connect to the transactor (all in same Kubernetes cluster)

Richard15:06:02

I found this Kubernetes YAML which suggests you can set the port numbers for transactor: https://clojurians-log.clojureverse.org/datomic/2017-03-19/1489953464.521402