4.2.0 • Published 1 month ago

welo v4.2.0

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
1 month ago

npm Codecov node-current NPM Matrix

welo

peer-to-peer, collaborative states using Merkle-CRDTs

HLDB implementation in Typescript

Install

npm install welo

Usage

import { createHelia } from 'helia'
import { createWelo } from 'welo'

/** look at Helia for more configuration */
const ipfs = await createHelia()

/** see more config options in the API docs */
const welo = await createWelo({ ipfs })

/** create a manifest for a keyvalue database */
const manifest = await welo.determine({
  name: 'this is the databases name',
  type: 'keyvalue'
})

/** open the keyvalue database */
const keyvalue = await welo.open(manifest)

/** The keyvalue API docs are not uploaded yet */

const entryCID = await keyvalue.put('key', 'value')
const value = await keyvalue.get('key')
const entryCID = await keyvalue.del('key')

Check out the tests for more usage examples for now.

API

Check out the API Docs

Examples

TodoMVC

License

This project is dual licensed under APACHE-2.0 and MIT.

Funding

Thanks to Protocol Labs for funding this project through this grant.

4.2.0

1 month ago

4.1.1-009ed70

1 month ago

4.1.1

3 months ago

4.1.0-47c08dd

3 months ago

4.0.0-ea2e473

3 months ago

4.1.0

3 months ago

3.0.1-2dcd474

4 months ago

4.0.0

4 months ago

3.0.1-e8576dc

4 months ago

3.0.0-23f48f5

7 months ago

3.0.1

6 months ago

3.0.1-a2e1feb

6 months ago

3.0.1-7dfa4dd

5 months ago

3.0.1-ab04f97

5 months ago

2.2.1-85b981b

10 months ago

2.2.1

10 months ago

2.2.0

10 months ago

2.2.3

10 months ago

2.2.2

10 months ago

1.1.0-704bcf0

11 months ago

2.2.0-1fa2b0a

10 months ago

2.0.0

11 months ago

2.3.0-8e7c246

10 months ago

1.1.0-ee52c33

11 months ago

1.1.0-8661495

11 months ago

3.0.0

8 months ago

2.0.0-0a6a1ea

10 months ago

2.1.0-f4e2105

10 months ago

2.2.3-4e5f918

10 months ago

2.2.3-1ddd31c

10 months ago

2.1.1-14289f8

10 months ago

1.1.0-e7b4a31

11 months ago

1.1.0-ea0cb27

11 months ago

2.3.0-40d4fdc

8 months ago

2.3.0

10 months ago

2.1.1

10 months ago

2.2.3-a20c2ed

10 months ago

2.3.0-5e2cfd3

10 months ago

2.1.0

10 months ago

2.2.2-2a961df

10 months ago

2.1.0-c41e0af

10 months ago

2.0.0-74fda17

10 months ago

2.3.0-3f6e318

10 months ago

2.3.0-ec67ea4

10 months ago

1.1.0-558ff68

11 months ago

1.1.0-d94dafb

11 months ago

1.1.0

1 year ago

1.0.2-8772fe2

1 year ago

1.0.2-839001

1 year ago

1.0.2-d4a919e

1 year ago

1.0.2-a31c1fe

1 year ago

1.1.0-608c01d

1 year ago

1.0.2-c3ef224

1 year ago

1.1.0-395fbe7

12 months ago

1.1.0-dddf8dc

12 months ago

1.0.2-63e1935

1 year ago

1.0.2-0925bcc

1 year ago

1.0.2-50b438b

1 year ago

1.1.0-f26790d

12 months ago

1.0.2-9c5d55d

1 year ago

1.0.2-03d419f

1 year ago

1.0.2-e97eead

1 year ago

1.1.0-0b78511

12 months ago

1.0.2-fc6380e

1 year ago

1.1.0-cd403db

12 months ago

1.1.0-f15812a

12 months ago

1.0.2-51a38b6

1 year ago

1.0.2-a6945ab

1 year ago

1.0.2-a29baab

1 year ago

1.0.2-7d23f6d

1 year ago

1.1.0-8b3d68f

12 months ago

1.0.2-4b1f16c

1 year ago

1.0.2-e0be0c1

1 year ago

1.0.2-778ec0a

1 year ago

1.0.2-3f60808

1 year ago

1.0.2

1 year ago

1.0.2-ba67e03

1 year ago

1.0.1-98a03f8

1 year ago

1.0.1-61659d8

1 year ago

1.0.1-54029fb

1 year ago

1.0.1-eed1889

1 year ago

1.0.1-fe789d5

1 year ago

1.0.1-5a11f53

1 year ago

1.0.1

1 year ago

0.0.1

1 year ago