https://github.com/naugtur/lambdalytics
naive analytics implementation with close to no features
https://github.com/naugtur/lambdalytics
Last synced: 6 months ago
JSON representation
naive analytics implementation with close to no features
- Host: GitHub
- URL: https://github.com/naugtur/lambdalytics
- Owner: naugtur
- License: mit
- Created: 2017-09-15T16:56:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T14:43:24.000Z (about 8 years ago)
- Last Synced: 2025-02-15T07:44:20.854Z (8 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambdalytics
Naive analytics implementation with close to no features.
Requires `MONGO_URL` env variable to point to a mongo database.
Stores
```
{
ip,
location, //from freegeoip.net
site,
time
}
```
for each incoming request to `/` on port `8888`