Skip to content

Kadira Engine, This repository contains the API that the Kadira client connects to.

Notifications You must be signed in to change notification settings

kadira-io/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kadira Engine

This is the core service where we accept metrics from the client. This app's URL is the Kadira Endpoint we set in meteorhacks:kadira package.

This app connects to multiple databases. They are:

  • App MongoDB (MONGO_URL) - Which has the user/app info
  • Data MongoDB Shard (MONGO_SHARD_URL_) - Accept any number of replica sets as the shard

It's safe to run multiple instance of this for horizontal scaling.

Setup

npm install

Running

Add correct configurations to ../init-shell.sh. Then apply these commands:

. ../init-shell
sh run.sh

About

Kadira Engine, This repository contains the API that the Kadira client connects to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published