Skip to content

Netflix/suro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e73d1a2 · Dec 11, 2015
Dec 23, 2013
Jan 27, 2015
Jan 27, 2015
Feb 13, 2015
Jun 29, 2015
Jun 4, 2015
Jun 3, 2015
Feb 21, 2015
Mar 26, 2015
Feb 12, 2015
Feb 12, 2015
Feb 17, 2015
Sep 25, 2013
Apr 2, 2012
Dec 11, 2015
Sep 24, 2014
Feb 23, 2015
Feb 23, 2015
Mar 22, 2013
Aug 17, 2012
Nov 7, 2014

Repository files navigation

Suro: Netflix's Data Pipeline

Suro is a data pipeline service for collecting, aggregating, and dispatching large volume of application events including log data. It has the following features:

  • It is distributed and can be horizontally scaled.
  • It supports streaming data flow, large number of connections, and high throughput.
  • It allows dynamically dispatching events to different locations with flexible dispatching rules.
  • It has a simple and flexible architecture to allow users to add additional data destinations.
  • It fits well into NetflixOSS ecosystem
  • It is a best-effort data pipeline with support of flexible retries and store-and-forward to minimize message loss

Learn more about Suro on the Suro Wiki and the Netflix TechBlog post where Suro was introduced.

Master Build Status

Pull Request Build Status

Build

NetflixGraph is built via Gradle (www.gradle.org). To build from the command line:

./gradlew build

See the build.gradle file for other gradle targets, like distTar, distZip, installApp, and runServer.

Running the server

You can run the server locally by just running ./gradlew runServer.

More more advanced usage you may wish to run ./gradlew installApp and then:

cd suro-server
java -cp "build/install/suro-server/lib/*" com.netflix.suro.SuroServer -m conf/routingmap.json -s conf/sink.json -i conf/input.json

To enable basic logging you can downloaded slf4j-simple-1.7.7.jar and copy it into suro-server then run:

cd suro-server
java -cp "build/install/suro-server/lib/*:slf4j-simple-1.7.7.jar" com.netflix.suro.SuroServer -m conf/routingmap.json -s conf/sink.json -i conf/input.json

Support

We will use the Google Group, Suro Users, to discuss issues: https://groups.google.com/forum/#!forum/suro-users