|
Project Information
Links
|
An enormous amount of physical information; that is, information from and about the world is available today as the cost of communication and instrumentation has fallen. However, making use of that information is still challenging. The information is frequently siloed into proprietary systems, available only in batch, fragmentary, and disorganized. The sMAP project aims to change this by making available and usable:
The pieces of the sMAP system are designed to separate concerns and allow users to, for instance, run their own web frontend while using hosted infrastructure for storing the actual data and metadata. The core object in sMAP is the Timeseries, a single progression of (time, value) tuples. Each Timeseries in sMAP is identified by a UUID, and can be tagged with metadata; all grouping of time series occurs using these tags. These objects are exchanged between all components in this ecosystem. Instrument DriversThe first, essential piece of sMAP is a library for writing drivers. These drivers connect to existing instrumentation and provide tools for exposing the data over http/sMAP. The library and protocol are designed to support various common scenarios:
Information about using the sMAP library is available in pydoc. RepositoryThe repository gives drivers a place for instruments to send their data. It supports
Front-endMost systems provide some amount of dashboarding and plotting. Out of the box, the powerdb project provides plotting and organization of time-series data, built on top of the ArdApi. Due to the decoupled nature of the design, this front-end can be run by anyone. The application is designed to give users a large amount of flexibility to organize, display and plot streams using ArdQuery to generate tree views of their streams using the SlicrApi. You can see a running instance here with lots of real data! Getting StartedTo install the whole system, including drivers, repository, and front-end, follow the instructions in ArchiverInstallation. This should just take a few minutes on a modern Ubuntu system! More InformationThis project is supported through the LoCal project at UC Berkeley. See also our Resources page for more information about sMAP itself. SupportsMAP receives support from the NSF under grants CPS-0932209 (LoCal) and CPS-0931843 (ActionWebs). In addition, we are the recipient of a Energy and Climate Research Innovation Seed Fund grant. |