Skip to content

statszee/statszee

Repository files navigation

StatsZee

Known Vulnerabilities Build status Dependency Status Code Climate

Self-hosted stats server based Node.JS and Sequelize made with trails.js framework

WARNING: Not suitable for production

Work in progress, things are going to change

Installation

Run inside a node project

npm install --save statszee

Add into your application entry point

const statsZee         = require("statszee");
const statsZeeInstance = new statsZee({
  web:{
    port: process.env.PORT || 3000
  },
  database:{
    stores: {
      database: {
        host: '127.0.0.1',
        port: '5432',
        database: 'stats-server',
      }
    }
  }
})

statsZeeInstance.start().then(()=>{})

License

MIT

About

A Self-hosted Librato/StatHat inspired metrics server built in Node.Js and Angular.Js

Resources

License

Stars

Watchers

Forks

Packages

No packages published