dao-xyz / peerbit

P2P database framework with encryption, sharding and search
https://peerbit.org
Apache License 2.0
165 stars 11 forks source link

graphs #285

Open bitnom opened 3 months ago

bitnom commented 3 months ago

Has any effort been made towards edges, and graph search? I'm basically looking for an alternative to gun.

marcus-pousette commented 3 months ago

Once https://github.com/dao-xyz/peerbit/pull/278 is done then there will be a efficient index for searches, so in theory with that you can at least efficiently find nodes that ful-fill certain criterias (like getting all neighbours or edges to a node) and iterate on graphs with that. But how will this will suit you depends on what requirements you have, like how many nodes, edges, weighted (?) and if you are to run specific graph algorithms etc.