標題: Bamboo, real time data analysis system - 程式設計 [打印本頁] 作者: jennyjellyfish 時間: 2013-12-8 00:03:34 標題: Bamboo, real time data analysis system - 程式設計
Bamboo is an application that systematises realtime data analysis written in Python. It provide highly integrating interface that allow clients interact with Bamboo thought RESTful API web interface.Bamboo also provides interfaces for merging, aggregating and adding algebraic calculations to dynamic datasets. It uses pandas as the core of data analysis, pyparsing for formulas reading and mongodb to serialise the data.
Features
Easy to use, users can upload the CSV and adjust the formulas and then it just works!
Developer-friendly, all functions are RESTful and JSON-based API, your can write your own client side application.
Performance first, Bamboo is based on well maintained libraries, pandas, mongoDB and Pythons
Get started
To install Bamboo in your server, it required pip, which is a Python package management system.
$ pip install bamboo-serverCheck it out