Stream updates between your web or mobile app and your Cerrio system.
Non-streaming read and write access to all of your Cerrio data over the Web.
Our command-line tools allow you to manage jobs and work with data.
The Twitter adapter pulls in tweets in real time using the parameters specified by the search parameters you provide. The Twitter adapter needs to authenticate with twitter to work, it uses your credentials, via OAuth, to do so. Destination URI: Lets you define a Hog name and schema name in the form hog://HogName/Schema where the [...]
The PubSubHubBub (PuSH) adapter provides a way to import updates from a PuSH hub into the Cerrio system. Identification and Layout: These are used by the system to layout the designer, as a user you should never need to change these. CallbackPort: The port that the PuSh hub should make its callbacks on, any valid [...]
The Instagram adapter pulls in media records from the http://instagr.am/ service. Destination URI: Lets you define a Hog name and schema name in the form hog://HogName/Schema where the data from Instagram will be put. Source URI: Lets you define a Hog name and schema name in the form hog://HogName/Schema where the adapter gets the parameters [...]
Cerrio already has adapters built for accessing some of the largest real-time financial data streams in the world. These include: Consolidated Stock Feeds (UTDF, UQDF, CQS and CTS) Consolidated Options Feed (OPRA) FIX and Fast (Stock and Options order routing) CME Futures These aren’t available in our private Beta. But if you are interested in learning more about them please contact [...]
- Can I use Cerrio from my Linux machine or Mac?
- Can it scale?
- My question is not in your FAQ, how do I get it answered?
Join Us! The Cerrio team would like to invite you to join our private beta. Once you’ve signed up and are accepted into the private beta program, you will receive an email with a link to download our Visual Development Environment called HogMap along with installation instructions, an activation code, and the name of your personal [...]
Hog Map The Hog Map is the application you will use to graphically interact with your Cerrio workspace. You can also interact with it via the command line or via the REST API. The Hog Map displays lots of information, we will go through some of he different things you can see and do on [...]
Jobs, schedules, and instances all interact to describe what should run, when it should run, and how many and where it should run. Jobs A job in Cerrio defines what should program run. Almost all jobs will either run a Hog or a PigPlant control. You can also run arbitrary exes although for the beta [...]
The Cerrio scripting langue is based on the C# language. Each script is basically the body of a function. You can access parameters to the function using the @ symbol, @1 is the first variable passed into the function, @2 is the second and so on. Most scripts only use one variable, as a shortcut [...]
Pic-Tac-Toe is a realtime social collaboration and scrapbooking tool. Powered by Cerrio, Social Media Scrapbook allows users to submit text, pictures, and video to a common canvass and manipulate them all in real-time. Scrapbook your event as it happens.
Tweet Map is an application built on Cerrio that displays the location and content of tweets on a Google™ map. This application was built by one developer in less than a day using Cerrio’s generic components.
Building on the previous Twitter Map example, we show you how to use Cerrio to configure a GUI with our configurable UI components.
The Difference Converter takes two data sets as input. It outputs information on the difference or intersection of the inputs. Source URI 1: Lets you define the first input using a Hog name and schema name. Set the Source URI using the form “hog://HogName/Schema”. Source Subscription 1: A <a href=”subscription”>subscription</a> to filter that data in [...]
An aggregator takes a source data set, groups the rows and then reduces each group into a single row in the output data set. Source URI: Lets you define a Hog name and schema name as your data source. Identify the Hog and schema in the form “hog://HogName/Schema”. Source Subscription: A subscription to filter that [...]
A joiner joins data from a row on the source data set to a matching row on the destination data set. Source URI: Lets you define a Hog name and schema name in the form hog://HogName/Schema name to use as the source data. Source Subscription: A subscription to filter that data in the source URI [...]
A Mapper is a 1-to-1 converter that takes a row from one data source, performs a transformation on it, and then puts the result into a row on the destination data source. Source Information Source URI: Lets you define a Hog name and schema name in the form hog://HogName/Schema name to use as the source [...]