Skip to content

PostgreSQL database of Pokémon data, scraped from PokémonDB.

License

Notifications You must be signed in to change notification settings

penelopeysm/apripsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apripsql

This repository hosts the code required to regenerate the PostgreSQL database used by ApriBot. To be precise, the code generates CSV files in the csv/ directory. The code to add this into the database is not yet written.

Data are scraped from PokémonDB. Errors in the database are to be recorded as issues in this repository. To close an issue, a test must be written to check that the error is fixed. Note that errors must be fixed by the CSV stage: the PostgreSQL database should not be directly edited.

Data dependencies are handled by the repository Makefile.

Updating the Fly.io database

fly proxy 5432 -a apripsql
# source the secrets file with FLY_PG_PROXY_CONN_STRING
make

About

PostgreSQL database of Pokémon data, scraped from PokémonDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published