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

Feature/replace maxmind #81

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Feature/replace maxmind #81

merged 4 commits into from
Feb 20, 2024

Conversation

buckhalt
Copy link
Member

@buckhalt buckhalt commented Feb 19, 2024

Geo location provider maxmind has a complicated workflow to set up an account and get their MAXMIND_ACCOUNT_ID and MAXMIND_LICENSE_KEY. Team decided to replace maxmind with IP-API in error-analytics-microservice PR #18.

The new implementation moves IP geolocation inside the analytics package so that there is no need for API keys, account, or maxMindClient in Fresco.

This PR removes maxmind and references to it.

Before merge:

  • Replace @codaco/analytics dependency version with released package once ready
  • Remove maxmind env vars from Vercel sandbox deployment

replacing maxmind in analytics microservice with simpler service that does not require api keys or account
Copy link

vercel bot commented Feb 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fresco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2024 7:40am

Copy link
Member

@jthrilly jthrilly left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@jthrilly jthrilly marked this pull request as ready for review February 20, 2024 07:37
@jthrilly jthrilly merged commit 8f606ca into main Feb 20, 2024
5 checks passed
@jthrilly jthrilly deleted the feature/replace-maxmind branch March 28, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants