Skip to content

Very Simple Application Analytics server made using Node.js, Restify and OAuth. Supports MySQL, MSSQL and MongoDB as datastore.

License

Notifications You must be signed in to change notification settings

eimink/vsaa-server-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsaa-server-nodejs

Very Simple Application Analytics server made using Node.js, Restify, MySQL and OAuth.

Intented to run in conjuction with vsaa application plugin.

Based on examples from restify-oauth2 and node-mysql-json-server.

This project depends on several npm packages. Make sure you have npm packages restify, restify-oauth2, underscore, crypto, sharedmemory and mysql/mongodb installed before trying to run it. Easiest way to take care of this on Linux and OS X is to run install.sh, which does the module installations for you.

v.0.0.5

  • Preview for FB Login

v.0.0.4

  • Added preview support for VoltDB
  • npm install voltjs
  • npm install node-uuid

v.0.0.3

  • Clustering and memory sharing between workers
  • Support for MongoDB and MSSQL

v.0.0.2

Moved app credentials to MySQL and changed the example schema. It is now provided as a separate file.

v.0.0.1

Initial commit with two REST entry points:

  • /login for authentication
  • /event for storing events to database

About

Very Simple Application Analytics server made using Node.js, Restify and OAuth. Supports MySQL, MSSQL and MongoDB as datastore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published