Skip to content
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

Merged
merged 9 commits into from
Oct 23, 2024
Merged

Clean up README #13

merged 9 commits into from
Oct 23, 2024

Conversation

mxcl
Copy link
Member

@mxcl mxcl commented Oct 21, 2024

Some diff lines are just forcing an 80 character wrap.

Ensure you squash.

Aside: this repo should be renamed chai before publication.

@mxcl mxcl requested review from sanchitram1, jhheider and toby and removed request for sanchitram1 October 21, 2024 18:08
@mxcl mxcl marked this pull request as ready for review October 21, 2024 18:09
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 †
Copy link
Collaborator

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.

Copy link
Member

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?

Copy link
Member

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
Copy link
Member

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 †
Copy link
Member

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?

Comment on lines +244 to +251
[PostgreSQL]: https://www.postgresql.org
[`pkgx`]: https://pkgx.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strong backlinking

@mxcl mxcl merged commit 8643509 into main Oct 23, 2024
@mxcl mxcl deleted the readme-cleanup branch October 23, 2024 21:16
@sanchitram1 sanchitram1 mentioned this pull request Oct 23, 2024
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants