No description
Find a file
2025-01-24 17:25:25 +01:00
.clj-kondo/imports/http-kit/http-kit use nostr-clj; add learningResourceType to be indexed 2024-12-02 16:20:25 +01:00
resources Get it running with docker 2025-01-24 17:24:42 +01:00
src/typesense_indexer Get it running with docker 2025-01-24 17:24:42 +01:00
.env.example Get it running with docker 2025-01-24 17:24:42 +01:00
.gitignore Get it running with docker 2025-01-24 17:24:42 +01:00
build.clj Add build options including Docker 2024-12-31 11:23:44 +01:00
deps.edn Get it running with docker 2025-01-24 17:24:42 +01:00
docker-compose.yaml Get it running with docker 2025-01-24 17:24:42 +01:00
Dockerfile Get it running with docker 2025-01-24 17:24:42 +01:00
README.md Adjust README a little about docker 2025-01-24 17:25:25 +01:00

Typesense Indexer

Listens for AMB events of a certain relay and indexes them to a Typesearch instance.

Run

  • Adjust config in resources/config.edn
  • Run with clj -M -m typesense-indexer.system

or do it with docker:

  • docker compose build
  • docker compose up

TODO

  • Use multiple relays
  • Write Docs