Haad

Results 113 comments of Haad

@lgleim Thanks for the proposal. I'm unfamiliar with PouchDB and its ecosystem, so I was wondering what in your opinion are the killer features that make PouchDB great to work...

Thank you everyone for the input on the topic and keeping it alive. @MikeFair I really like your proposal here and totally buy it :) Having had time to think...

Had a few extra hours today and wrote a test for this: https://github.com/haadcode/pouchdb-adapter-orbitdb. Basic replication works, but didn't implement support for getting all revision of the document yet. It's hard...

Hi @xavicolomer 👋 I believe this line: `let db = await orbitdb.docs(…` should be: `let db = await orbitdb.kv(…` That is, docs databases can’t be opened as keyvalue databases. let...

We should stick to `//` format as this is the standard convention in the IPFS/libp2p (and others) ecosystem. We can drop the `/name` part from the end and put that...

Orbitdb is a protocol. While we don’t have an official spec for it yet, the implementation defines the protocol as it is today.

Thank you for reporting the issue @DanielVF! đź‘ŤIt's great to see that you're looking into the various aspect of the protocol and making sure things work. I truly appreciate you...

Thanks @thiagodelgado111, much appreciate [the comments and thoughts](https://github.com/orbitdb/orbit-db/commit/e7f0bbb1b73d149051d1ee7e7d3399a0fa24ea42)! Replied to your comments.

@shamb0t are you actively working on this atm?

Update on this: a lot of work has happened over the past couple of months in https://github.com/orbitdb/ipfs-log. Specifically https://github.com/orbitdb/ipfs-log/pull/159 was merged which is the lowest level of changes needed to...