Skip to content

Read data from google analytics and persist them in Time Series Database (InfluxDB)

License

Notifications You must be signed in to change notification settings

holidaycheck/google-analytics-persister

Repository files navigation

google-analytics-persister

Read data from Google Analytics and persist them in Time Series Database (InfluxDB).

Setup and Run

It is required to have nodejs installed. Other dependecies can be installed by running npm install.
Create .env file based on sample .env.example and fill information about host and name of the database you want to use.
There is a helper script to create Database. You can run npm run db:create, this will use your configuration from .env and create database and schema for measurement.
To start the task for collecting and persisting data run npm start.

About

Read data from google analytics and persist them in Time Series Database (InfluxDB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published