-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up README #13
Clean up README #13
Conversation
README.md
Outdated
|
||
1. `rm -rf ./data`: removes all the data the fetcher is putting. | ||
2. `docker system prune -a -f --volumes`: removes **everything** | ||
docker-related † |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote to remove this. It's dangerous and beyond the scope of our project. rm -rf data
and docker compose down
are sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or a command to remove our specific volumes. but aren't we no longer using volumes, just mounts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in Homebrew, I mounted volumes for testing purposes, but that's actually not needed.
|
||
1. `db`: [PostgreSQL] database for the reduced package data | ||
2. `alembic`: handles migrations | ||
3. `pipeline`: fetches and writes data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should add
4. `api`: a simple REST api for reading from the db
README.md
Outdated
|
||
1. `rm -rf ./data`: removes all the data the fetcher is putting. | ||
2. `docker system prune -a -f --volumes`: removes **everything** | ||
docker-related † |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or a command to remove our specific volumes. but aren't we no longer using volumes, just mounts?
[PostgreSQL]: https://www.postgresql.org | ||
[`pkgx`]: https://pkgx.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strong backlinking
2725c67
to
990456b
Compare
Some diff lines are just forcing an 80 character wrap.
Ensure you squash.
Aside: this repo should be renamed
chai
before publication.