Skip to content

holidaycheck/google-analytics-persister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors