Fork me on GitHub
#xtdb
<
2019-09-07
>
benzap02:09:40

Any good resources on graphing databases / document stores, and how to properly setup your data? I'm trying to work out the best methods when querying data, and setting up my documents in a manner that makes it decently performant when querying. For example, if I had a 'discussion board' consisting of 'posts' which contain 'comments', would my 'discussion board' contain a :discussion/posts field, or would it make more sense to opt for a new entity which references the 'discussion board'? I'm veering towards the later implementation with multiple entities so that updating the document is simpler, or am I mistaken?

benzap07:09:25

Followed the space adventure, and this seems to have answered my question. Really well done tutorial https://nextjournal.com/crux-tutorial/

🙂 8
refset19:09:19

The docs definitely need more examples of modelling different kinds of data, but I'm glad the tutorial helped. The feedback is appreciated! (cc @UAX2MK4PP)