Skip to content

A self-hosted analytics system that doesn't use cookies

License

Notifications You must be signed in to change notification settings

CodeFoodPixels/emptyjar

Repository files navigation

EmptyJar

A self-hosted analytics system that doesn't use cookies

Storage config

Sqlite

{
  storageDriver: "sqlite",
  storageOptions: {
    location: ".data/hits.db"
  }
}

MongoDB

{
  "storageDriver": "mongodb",
  "storageOptions": {
    "url": "mongodb://localhost:27017",
    "db": "emptyjar"
  }
}

About

A self-hosted analytics system that doesn't use cookies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published