Skip to content

whyrusleeping/market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market

A Bluesky index node

Market is a backfilling firehose consumer for bluesky atproto records. It will progressively backfill all data accessible through the configured upstream relay and maintain that index moving forward.

Requirements

I haven't tested this too widely yet, but a reasonably performant postgres instance is all thats really needed, the CPU usage is quite low (could be optimized a lot more but i see no need yet).

Building

go build

Running

./market --db-url="postgres://postgres:password@localhost:5432/dbname"

License

MIT

About

A Bluesky full index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages