20 Commits

Author SHA1 Message Date
alex
9612a61c6f Updated GETTING_STARTED.md with new instructions 2025-01-25 12:27:57 +01:00
Hayden Young
1ae9e124d3 style: Format change. 2024-10-28 12:17:10 +00:00
Hayden Young
0eece8a771 docs: Update to connectionEncrypters in libp2p config. 2024-10-24 12:18:27 +01:00
jzakotnik
cfd0bc1b41 Consistent package naming for standalone and replicating db guide 2024-09-27 16:29:06 +02:00
hsjo12
e4803f64f6
Update GETTING_STARTED.md
Fix several pieces of code
2024-08-06 18:33:54 +09:00
Jason Nathan
967a754872
Update GETTING_STARTED.md
Tiny typo in readme
2024-07-05 09:07:35 +08:00
Hayden Young
1a533e6b46 chore: Iterate gossipsub. Changes to gossipsub options. 2024-04-18 11:49:45 +01:00
Hayden Young
f6d1c7dbaf docs: Randomize blockstore location. 2024-03-19 23:55:16 +00:00
Hayden Young
e439453262 docs: Remove duplicate imports. 2024-02-05 19:05:49 +00:00
Hayden Young
aa0f7f3c42 docs: Add permanent blockstores to IPFS examples. 2024-01-30 00:45:06 +00:00
Hayden Young
03f8a69856 docs: Use Level Blockstore. 2024-01-26 10:22:44 +00:00
Hayden Young
12d17b1ceb docs: Audit GETTING STARTED examples. Ensure they are running. 2024-01-26 00:07:47 +00:00
Hayden Young
8a9ebc6ca1 docs: Setting up blockstore storage and simple Libp2p configuation. 2024-01-18 20:48:04 +00:00
Hayden Young
6501ec6fa7 docs: Remove references "lazy loading" during replication. All values are now replicated when entries are replicated via joinEntry. 2023-12-15 23:10:24 +00:00
Hayden Young
ff9d04b714 docs: Do not use unexposed getAC function. 2023-11-07 23:37:17 +00:00
Hayden Young
af8f4df335 docs: Install latest stable version. 2023-09-18 12:11:12 +01:00
haad
d4918e750a Update README and getting started guide 2023-08-24 17:13:29 +03:00
Hayden Young
5079d490d9 refactor: Rename OrbitDB entry point. 2023-08-15 00:55:27 +01:00
Hayden Young
85e6848f4c
Pre release (#85)
* docs: Update README to match new version.

* docs: Update events example to use new API.

* docs: Correctly print out db query results.

* test: Remove concurrent.

* test: Remove unimplemented and 3rd party AC tests.

* test: Remove unimplemented and 3rd party identity tests.

* docs: Move jsdoc config to conf directory.

* Point package.json main at index.js to access all exported functions.

* docs: Vetted AC docs; these examples should work if implemented in code. Explicitly show orbit-db function imports.

* docs: Fix incorrectly declared write objects.

* docs: Improved canAppend documentation. Better JS syntax highlighting.

* docs: wss and define filters for localhost separately.

* docs: Simplified webSockets implementation with filters.

* docs: Return manifest json only (no hash). JS highlighting.

* docs: Remove operations documentation.

* docs: Update heading levels.

* docs: Differentiate between db types which expose put/add function.

* docs: Correctly import IPFS and pass config.

* docs: A simple method for full db replication.

* docs: Link to existing examples of db implementation.

* docs: Update heading.

* docs: JS code formatting. import statements.

* docs: Expand on the concepts of identities and identity management.

* docs: Describe head sync-ing and full replication.

* docs: Comprehensive explanation of setting up a db and sync-ing/replicating data across peers. Examples can be run in node.js.

* docs: Syntax highlighting. Correct code implementation for custom/3rd party storage implementations.

* docs: Getting started cleanup.

* docs: Manifest as an IPLD data strcture.
2023-06-18 02:13:54 +08:00
Hayden Young
5ab0bcdbf5
Docs (#66)
* docs: Access controllers.

* test: Re-open an existing db using its address.

* docs: Simple db interaction.

* docs: Basic Identities.

* docs: Storage.

* docs: Implementing a custom database.

* docs: Example OrbitDB AC.

* docs: Use identity id when customizing access.

* docs: canAppend.

* docs: Graphically describe log joining.

* docs: Update db types.

* docs: Sync-ing.

* docs: Reverse flow arrows.

* docs: Logical clock.

* docs: DB address and manifest.

* docs: Move ops description to db.

* docs: CRDT.

* docs: Peer discovery, connecting ipfs nodes, orbitdb replication.

* docs: Change file name case to match other documentation solutions (e.g. IPFS/libp2p).

* docs: Links to CRDT papers.

* docs: A getting started to get up and running quickly.

* docs: Move replication to own readme.

* docs: Links to various js-libp2p connection config.

* docs: Examples for connecting two node servers.

* docs: Server to browser connection.

* docs: Replication how-to.

* docs: Remove SYNC.

* docs: Simplify oplog discussion.

* docs: Connecting to IPFS in the browser.

* docs: Topics moved to separate docs.
2023-05-05 00:33:36 +08:00