{"id":17918056,"url":"https://github.com/bogdanp/nemea","last_synced_at":"2026-03-12T03:32:26.623Z","repository":{"id":51840151,"uuid":"155056634","full_name":"Bogdanp/nemea","owner":"Bogdanp","description":"Privacy focused website analytics.","archived":false,"fork":false,"pushed_at":"2021-05-09T15:50:16.000Z","size":1934,"stargazers_count":37,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-08T22:11:44.096Z","etag":null,"topics":["racket"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bogdanp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-28T09:58:51.000Z","updated_at":"2024-12-26T03:03:18.000Z","dependencies_parsed_at":"2022-08-23T10:00:38.893Z","dependency_job_id":null,"html_url":"https://github.com/Bogdanp/nemea","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fnemea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fnemea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fnemea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fnemea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bogdanp","download_url":"https://codeload.github.com/Bogdanp/nemea/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246964480,"owners_count":20861672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["racket"],"created_at":"2024-10-28T20:09:36.295Z","updated_at":"2026-03-12T03:32:26.597Z","avatar_url":"https://github.com/Bogdanp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nemea\n\nTake control of your website analytics!\n\n![screenshot](assets/img/screenshot.png)\n\n## Usage\n\nSee the `example` directory for an example of how you might run nemea\nusing `docker` and `docker-compose`.\n\n## Developing\n\n### Requirements\n\nnemea is a [Racket] application so you'll need to install that and\nyou'll need [Node.js] version `10.6.0` to build the static assets.\n\nYou'll also need a running [PostgreSQL] instance.\n\n### First-time setup\n\nInstall all the prerequisites:\n\n    $ raco pkg install chief\n    $ raco pkg install nemea/\n    $ npm install\n    $ cp .env.default .env\n\nSet up the databases:\n\n    $ psql -dpostgres \u003c\u003c-SQL\n    create user nemea with password 'nemea' login;\n    create database nemea;\n    grant all privileges on database nemea to nemea;\n    create database nemea_tests;\n    grant all privileges on database nemea_tests to nemea;\n    SQL\n    $ echo \"create extension if not exists hll;\" | psql -dnemea\n    $ echo \"create extension if not exists hll;\" | psql -dnemea_tests\n\nDownload Maxmind's geolocation database:\n\n    $ curl -ls https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz | tar -xz '*.mmdb' \\\n        \u0026\u0026 mv GeoLite2-Country_*/GeoLite2-Country.mmdb assets/data/GeoLite2-Country.mmdb \\\n        \u0026\u0026 rm -r GeoLite2-Country_*\n\n*NB: As of Jan. 2020, you need to create an account to get access to MaxMind's GeoLite databases.*\n\n\n### Running the development server\n\n    $ raco chief start\n\n### Running the tests\n\n    $ raco test nemea/\n\n\n## License\n\n    nemea is licensed under the GPL. Please see COPYING for details.\n\n\n[Racket]: https://racket-lang.org\n[Node.js]: https://nodejs.org\n[PostgreSQL]: https://www.postgresql.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fnemea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdanp%2Fnemea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fnemea/lists"}