0.1.41 • Published 12 months ago

@nostr-dev-kit/ndk-cache-nostr v0.1.41

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

ndk-cache-nostr

NDK cache adapter using a nostr relay as the database.

This cache adapter is meant to be run against a local relay. This adapter will generate two NDK instances:

ndk -- This talks exclusively to the local relay, with outbox model disabled. fallbackNdk -- This is used to hydrate the cache and uses the outbox model -- each query the cache receives is placed in a queue in the background so that subsequent requests can be served from the cache. All events from other relays

Usage

Install

npm add @nostr-dev-kit/ndk-cache-nostr

Add as a cache adapter

import NDKCacheAdapterNostr from "@nostr-dev-kit/ndk-cache-nostr";

const cacheAdapter = new NDKCacheAdapterNostr({
    relayUrl: "ws://localhost:5577",
});
const ndk = new NDK({ cacheAdapter });

If running server-side in a NodeJS environment, you should make sure to polyfill WebSocket.

License

MIT

0.1.30

1 year ago

0.1.31

1 year ago

0.1.32

1 year ago

0.1.10

1 year ago

0.1.33

1 year ago

0.1.11

1 year ago

0.1.34

1 year ago

0.1.12

1 year ago

0.1.35

1 year ago

0.1.13

1 year ago

0.1.36

1 year ago

0.1.14

1 year ago

0.1.37

12 months ago

0.1.15

1 year ago

0.1.27

1 year ago

0.1.28

1 year ago

0.1.29

1 year ago

0.1.41

12 months ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.22

1 year ago

0.1.23

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.26

1 year ago

0.1.40

12 months ago

0.1.38

12 months ago

0.1.16

1 year ago

0.1.8

1 year ago

0.1.39

12 months ago

0.1.17

1 year ago

0.1.7

2 years ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.9

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago