- 好友
- 0
- 帖子
- 131159
- 積分
- 136888
- 最後登錄
- 2019-2-28
- 在線時間
- 99 小時
- 好友
- 0
- 帖子
- 131159
- 積分
- 136888
- 最後登錄
- 2019-2-28
- 在線時間
- 99 小時
|
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
|
|