Skip to content

Comparison to GunDB? #30

Answered by tantaman
redbar0n asked this question in Q&A
Discussion options

You must be logged in to vote

Gun is definitely much more mature and feature complete. On Aphrodite, I'm still working towards implementing p2p capabilities and permission policy evaluation and there is much more work to do to make all of this production ready.

All that aside, however, I think the difference is similar to the difference between dynamic and statically typed languages.

Aphrodite requires you to define a schema for your data model so we know, up front, the shape that your data can take.
Gun has no schema.

I went the schema route for a few reasons:

  1. Having a schema lets us understand when peers are on different versions and allows us to provide support for migrating one peer's data format to another peer'…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by redbar0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants