mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:00:52 +01:00
8e5d1da3aa
* feat: add libmaxminddb0 as dependency. C library will speed things up significantly * pin libmaxminddb to 1.5 for whats available from APK * get geolite2 db during build * add settings for geoip2 django contrib library * black formatting * consistently use share director * isort fixes * remove GeoLite2-City.mmdb from git and add script to ./bin/start to download it if file does not exist * remove GeoLite2-City.mmdb from git * add doc for share directory expaining why it exists * relative path for curl in build * shared vs share consistency * Update snapshots * brotli decompress * ..everywhere Co-authored-by: Neil Kakkar <neilkakkar@gmail.com> Co-authored-by: neilkakkar <neilkakkar@users.noreply.github.com>
10 lines
277 B
Markdown
10 lines
277 B
Markdown
# Share folder
|
|
|
|
Put here any resources that should be shared across all projects (events, web, worker, plugins, etc.). Most likely this will be things like small static databases or other resources.
|
|
|
|
Examples:
|
|
- GeoLite2-City.mmdb
|
|
- Some small lookup Sqlite db
|
|
- random data?
|
|
|