|
a |
|
b/README.md |
|
|
1 |
Status |
|
|
2 |
====== |
|
|
3 |
|
|
|
4 |
|Build Status| |
|
|
5 |
|
|
|
6 |
Features |
|
|
7 |
======== |
|
|
8 |
|
|
|
9 |
CloudBrain is a platform for real-time sensor data analysis and |
|
|
10 |
visualization. |
|
|
11 |
|
|
|
12 |
- **Stream sensor data** in a unified format. |
|
|
13 |
- **Store sensor data** in a central database. |
|
|
14 |
- **Analyze sensor data** to find patterns. |
|
|
15 |
- **Visualize sensor data** and patterns in real-time. |
|
|
16 |
|
|
|
17 |
.. figure:: https://raw.githubusercontent.com/marionleborgne/cloudbrain/master/docs/images/features.png |
|
|
18 |
:alt: features |
|
|
19 |
|
|
|
20 |
Using CloudBrain |
|
|
21 |
================ |
|
|
22 |
|
|
|
23 |
Installing |
|
|
24 |
---------- |
|
|
25 |
Cloudbrain is available for download via `PyPI <https://pypi.python.org/pypi/cloudbrain>`_ and may be installed using ``pip``: |
|
|
26 |
|
|
|
27 |
:: |
|
|
28 |
|
|
|
29 |
pip install cloudbrain |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
Installing additional modules |
|
|
33 |
----------------------------- |
|
|
34 |
|
|
|
35 |
Optional CloudBrain modules can be installed: |
|
|
36 |
|
|
|
37 |
- Analytics modules: ``pip install cloudbrain[analytics]`` |
|
|
38 |
- `Muse <http://www.choosemuse.com>`_ source module: ``pip3 install cloudbrain[muse]`` (Python ``3.*`` only) |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
Installing from source |
|
|
42 |
---------------------- |
|
|
43 |
|
|
|
44 |
- Clone this repository and run ``pip install .`` from the root of the repo. |
|
|
45 |
- If you plan to *edit* the code, make sure to use the ``-e`` switch: |
|
|
46 |
``pip install -e .`` |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
Running the tests |
|
|
50 |
----------------- |
|
|
51 |
Analytics modules need to be installed prior to running the tests. See instalation section. |
|
|
52 |
:: |
|
|
53 |
|
|
|
54 |
python setup.py test |
|
|
55 |
|
|
|
56 |
|
|
|
57 |
Examples |
|
|
58 |
-------- |
|
|
59 |
|
|
|
60 |
See ``README.md`` in ``cloudbrain/examples`` for more information about |
|
|
61 |
how to use CloudBrain analytics modules. |
|
|
62 |
|
|
|
63 |
More docs |
|
|
64 |
--------- |
|
|
65 |
|
|
|
66 |
For more details on CloudBrain, refer to the |
|
|
67 |
`wiki <https://github.com/marionleborgne/cloudbrain/wiki>`__. |
|
|
68 |
|
|
|
69 |
License |
|
|
70 |
~~~~~~~ |
|
|
71 |
|
|
|
72 |
|License: AGPL-3| |
|
|
73 |
|
|
|
74 |
.. |Build Status| image:: https://travis-ci.org/marionleborgne/cloudbrain.svg?branch=master |
|
|
75 |
:target: https://travis-ci.org/marionleborgne/cloudbrain |
|
|
76 |
.. |License: AGPL-3| image:: https://img.shields.io/badge/license-AGPL--3-blue.svg |
|
|
77 |
:target: https://raw.githubusercontent.com/marionleborgne/cloudbrain/master/LICENSE.md |