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

Add IP lookup service #1124

Merged
merged 4 commits into from
Dec 23, 2024
Merged

Add IP lookup service #1124

merged 4 commits into from
Dec 23, 2024

Conversation

paustint
Copy link
Contributor

Using postgres put a lot of strain on the database because of the size of the dataset

A new service has been introduced to manage downloading the database to persistent storage and exposing an internal api to interact with ip data

If this is successful, then we can give up paying for the ip-api service

A cron was also introduced to initiate downloading the database from maxmind on a recurring basis

Using postgres put a lot of strain on the database because of the size of the dataset

A new service has been introduced to manage downloading the database to persistent storage and exposing an internal api to interact with ip data

If this is successful, then we can give up paying for the ip-api service

A cron was also introduced to initiate downloading the database from maxmind on a recurring basis
Copy link

socket-security bot commented Dec 22, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

Based on env var, call new service instead of old service

Output format was modified to match prior data structure to make the migration seamless
Copy link

Report too large to display inline

View full report↗︎

Base automatically changed from bug/fix-ip-address-record-overwrite to main December 23, 2024 15:11
@paustint paustint merged commit da773d8 into main Dec 23, 2024
4 checks passed
@paustint paustint deleted the feat/add-ip-api-service branch December 23, 2024 15:12
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.

1 participant