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

Prepares index files for data import from external sources

Notifications You must be signed in to change notification settings

satelit-project/satelit-index

Repository files navigation

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