Skip to content

SEL-Columbia/bamboo

 
 

Repository files navigation

bamboo

image

image

bamboo is an application that systematizes realtime data analysis. bamboo provides an interface for merging, aggregating and adding algebraic calculations to dynamic datasets.

Clients can interact with bamboo through a REST web interface, a Python library, or a JavaScript library. For more languages request a libary in the language you prefer.

bamboo supports a simple querying language to build calculations (e.g. student teacher ratio) and aggregations (e.g. average number of students per district) from datasets. These are updated as new data is received.

bamboo uses pandas for data analysis, pyparsing to read formulas, and mongodb to serialize data.

bamboo is open source software released under the 3-clause BSD license, which is also known as the "Modified BSD License".

Dependencies

  • python (tested on version 2.7)
  • mongodb

for numpy, pandas, and scipy:

On Arch Linux: # pacman -S blas lapack gcc-fortran.

On Debian based: # apt-get install gfortran libatlas-base-dev.

On Mac OS X: $ brew install gfortran.

Using as a Python Libary

Installation

Python pip package for bamboo.

For creating plots: $ pip install matplotlib.

Usage

image

Installation

Example Usage

On the remote server

running the example basic commands

using bamboo.JS

using pybamboo

posting a dataset

Documentation

Viewing Documentation

The latest docs are available at http://bamboo.readthedocs.org/en/latest/

About

Join the bamboo-dev list.

bamboo is an open source project. The project features, in chronological order, the combined efforts of

  • Peter Lubell-Doughtie
  • Mark Johnston
  • Prabhas Pokharel
  • Renaud Gaudin
  • Myf Ma
  • Ukang'a Dickson
  • Larry Weya

and other developers.

Projects using bamboo

  • bamboo.io - The bamboo.io web service API
  • formhub - Mobile Data Collection made easy
  • OnaData - Use mobile phones and the web to quickly collect, analyze, and share data securely.
  • AFSIS - Africa Soil Information Service

Is your project using bamboo? Let us know!

About

Dynamic data analysis over the web. The logic to your data dashboards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 4.8%
  • JavaScript 0.3%