Tour
How it Works
- Sign Up
- Connect to your real-time data
- Filter/Modify your real-time data
- Join in other data
- Access your data in your website, web app or mobile application
- Scale your business
- Retire in style
Sign Up
We’re in Beta! All we need to get you started is your email address, although a little more information helps. Sign up now!
Connect to your data
Connecting to your real-time data source is easy with Cerrio. Cerrio makes working with real-time data like the live Twitter or Facebook feeds really easy. Drag and drop the adapter you need onto your map. Set the credentials. Point the data to a data cache. Now you have real-time, streaming data.
Filter/Modify your data
Don’t want to show your users the entire Twitter firehose? Filtering data is just as easy as accessing it on Cerrio. Just drag and drop a Mapper onto your map. Configure what data you want filtered, how it should be filtered, and where that live data set should go. Then check out your live data set and make sure it looks right.
Join other data
Want to join other data (live or static) with your real-time, filtered data? Drag and drop a Joiner. Configure the Joiner to point at the two data sources you want to join together and provide the join key. Set the destination for your data and check out the real-time results.
Access your data
Now you have the real-time data set and you need and you want to integrate it into your website, web app or mobile application. You can access your data using REST, web sockets, or node.js.
socket.emit('stream', {
id: 'tweet',
uri: 'PicTacToe/Twitter/TweetsTrack',
subscription: '@.Tags.Contains("cerrio")'
});
socket.on('tweet', function(update) {
var item = update.item;
showTweet(item);
});
Scale your business
Now you can focus on your business. Did you just get that big story on the front page of CNN? Did you just get 1 million new customers in the last hour? No worries. Cerrio scales. In fact, we let you scale complexity and throughput. Do you need to process 5 million messages every second? Not a problem, we handle that all the time. You just pay for the resources you use. Go focus on those new customers.
Retire in style
Okay, now it’s time for that exit. You need to manage the bidding war. You can’t afford to have your systems go down now. Sleep soundly. Cerrio is extremely robust. In fact, it is so robust a trading firm uses it to run every aspect of their business. So go get that valuation you deserve. We’ll take care of the rest.



