This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-03
Channels
- # aws (6)
- # babashka (77)
- # beginners (102)
- # clj-kondo (24)
- # cljsrn (17)
- # clojure (40)
- # clojure-australia (15)
- # clojure-europe (50)
- # clojure-nl (4)
- # clojure-uk (4)
- # clojurescript (9)
- # conjure (2)
- # cursive (28)
- # data-science (1)
- # datomic (21)
- # events (5)
- # joker (15)
- # malli (136)
- # meander (1)
- # off-topic (25)
- # pathom (4)
- # podcasts-discuss (2)
- # portal (12)
- # portkey (1)
- # powderkeg (1)
- # practicalli (5)
- # re-frame (14)
- # reitit (3)
- # shadow-cljs (49)
- # specter (4)
- # tools-deps (4)
- # unrepl (1)
it looks like with datafy and nav and datomic, it's not always possible to hop from eid to eid along the graph indefinitely
is there a way i can configure portal to do so?
in other words, if i pipe the results of a datomic query into portal, i get one level of free querying by eid. if that (implicit) query returns eids, i don't think portal queries them as well
that's a great question. i assume so, since rebl does it, but i don't actually know
well, it looks like the metadata is attached, and i can bounce from entity to entity indefinitely. originally i was trying to skip over intermediate entities and at that point it seems like the metadata is lost
this is terrific
or, maybe it's more accurate to say i was navigating to values - the entity ids - that were not datomic entities and did not have metadata
Yeah, I think a big assumption nav implementations make is the you are only ever navigating one level deep, so the metadata is attached only to the root value.
big fan 👍