Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 465 Bytes

satelit-index

Searches for data to be scraped from external sources.

Dependencies

  • Go 1.14

All additional project dependencies can be installed via tools/deps.fish. See --help to find out how.

DB

After first Postgres container run you need to migrate it's schema. This can be done by using goose:

goose postgres "<url>" up

To generate SQL queries and native types you can use sqlc:

sqlc generate