@posthog/maxmind-plugin
Advanced tools
+26
| { | ||
| "name": "MaxMind GeoIP", | ||
| "url": "https://www.npmjs.com/package/@posthog/maxmind-plugin", | ||
| "description": "Ingest GeoIP data via MaxMind databases", | ||
| "main": "dist/index.js", | ||
| "config": [ | ||
| { | ||
| "markdown": "Sign up for a [MaxMind.com](https://www.maxmind.com) account, download and extract the database and then upload the extracted `.mmdb` file below.\n\nYou can either download the large city databases (GeoIP2 City or GeoLite2 City) or the smaller country databases (e.g. GeoLite2 Country).\n\nSome PostHog installations might have problems loading the huge (70+MB) city databases, so unless you really need the additional data, we recommend installing the smaller (3MB) country database instead." | ||
| }, | ||
| { | ||
| "key": "maxmindMmdb", | ||
| "name": "GeoIP .mddb database", | ||
| "type": "attachment", | ||
| "hint": "The \"GeoIP2 City\", \"GeoLite2 City\", \"GeoIP2 Country\", \"GeoLite2 Country\" .mmdb database file", | ||
| "required": true | ||
| }, | ||
| { | ||
| "key": "localhostIP", | ||
| "name": "IP to use instead of 127.0.0.1", | ||
| "type": "string", | ||
| "hint": "Useful if testing locally", | ||
| "default": "", | ||
| "required": false | ||
| } | ||
| ] | ||
| } |
+2
-1
| { | ||
| "name": "@posthog/maxmind-plugin", | ||
| "version": "0.1.4", | ||
| "version": "0.1.5", | ||
| "description": "Ingest GeoIP data via MaxMind databases", | ||
@@ -14,2 +14,3 @@ "main": "dist/index.js", | ||
| "files": [ | ||
| "plugin.json", | ||
| "dist", | ||
@@ -16,0 +17,0 @@ "README.md", |
106310
1.24%7
16.67%3040
0.9%