fluxsocial / Junto

Junto Holochain Rust Application
https://junto.foundation
MIT License
96 stars 8 forks source link

Moving of architecture towards individual DHT's for expression 'channel centers' #22

Closed jdeepee closed 5 years ago

jdeepee commented 5 years ago

Currently on the following expression objects: user, channel and group each object contains a parent field so we can can unique branches of that expression "chain" and then create chains of expression channels from these objects. Eg:

group -> channel -> exp post at the same time as global_app -> channel -> expression post

This creates an accordingly badly scaling application instead these "local branches" should be their own DHT where the expression object information/paths can exist within

Nothing concrete by the holochain team yet on how spinning up new DHT's works so we will have to wait and see when that comes into function