Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 13, 2024
1 parent 21d472e commit f24e9ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ This extension provides **DuckDB** instances access to mainline **DHT**.<br>

Start a local [DHTd](https://github.com/lmangani/dhtd/releases/tag/v0.0.1) node instance

#### DHTd
DHTd serves as backend for this extension to operate across multiple DuckDB sessions

```
dhtd --daemon --peer bttracker.debian.org:6881 --peer router.bittorrent.com:6881
docker run -d --name dhtd -p 6881:6881 -v /tmp:/tmp ghcr.io/lmangani/dhtd:main
```

#### DuckDB

Query the DHTd node from DuckDB running on the same host

```sql
Expand Down

0 comments on commit f24e9ee

Please sign in to comment.