asami 2021-03-21

hmmm

❓ 1

I updated to Alpha7 and I'm not seeing string attributes...

nvm, just restared JVM

doh. I’m going through my environment madly here wondering what I did wrong 🤣

confirmed that I get enities with string attrs now

sorry, I apparently am not handling my global vars properly...

kewl, confirmed in both mem and durable store

BTW, I need to add this to the docs, but if you find you want to work with internal nodes at the repl, then these functions are in asami.graph

=> (require '[asami.graph :refer [new-node node-read node-reader]])
nil
=> (require '[clojure.edn :as edn])
nil
=> (new-node 36859)
#a/n "36859"
=> (node-read "36895")
#a/n "36859"
=> (edn/read-string {:readers node-reader} "[#a/n \"36895\" #a/n \"36896\" #a/n \"36897\"]")
[#a/n "36895" #a/n "36896" #a/n "36897"]