Skip to content

opensource-together/ost-linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

665 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Recommender-system of the OpenSource Together platform.

ost-knight

Discord Follow GitHub License: AGPL v3


What is OST Linker?

The AI-powered recommendation engine behind OpenSourceTogether.

It analyzes open-source projects and matches them to contributors — so you find your next contribution in seconds, not hours.

Getting Started

cp .env.example .env              # set DATABASE_URL, tokens, optional host ports (see file + AGENTS.md)
make setup                        # uv sync + compile Go binaries
npm ci                            # Prisma / Node (needed before db-init)
docker compose up --build -d      # Dagster + API + db (default host: Dagster :3000, API :8000 unless overridden in .env)
make db-init                      # Prisma schema + seed
make ci-check                     # Python parity with CI quality job (before a PR); full CI is broader — see AGENTS.md

Contributing

See CONTRIBUTING.md (branch flow, conventions, make ci-check). For command cheat-sheets (dbt, API, Docker overrides), see AGENTS.md.

License

This repository is free/open source software under the GNU Affero General Public License v3.0 only (AGPL-3.0-only) — full text in LICENSE.


Built in public by @spideystreet & the OST team