My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Provides a Postgres-based SensorBase service for Hackystat Version 8. This implementation conforms to the Hackystat 8 REST API specification.

The University of Hawaii SensorBase service provides the following facilities:

  • Receives sensor data transmitted from Hackystat sensors and persists it in a database.
  • Receives sensor meta-data (Users, Projects, Sensor Data Types, etc.) transmitted from UI services and persists it in a database.
  • Responds to queries from services for information about sensor data and meta-data.

The Postgres Sensorbase implementation provides the following additional capabilities:

  • Multiple client connections. The UH Sensorbase uses Derby in embedded mode as its default persistency implementation, which reduces complexity at the cost of only one client connection. The Postgres implementation supports multiple connections, which allows alternative interaction with the underlying persistent store.
  • An redesigned database schema with new table relationships.

Primary Documentation:

Installation Guide Documents how users can install this system from a distribution.
User Guide Documents how to use this system once installed. Note that this is the UH Sensorbase documentation because they are used the same way.
Developer Guide Documents how developers can install and build this system from sources.
Postgres Specific Properties Information on how to hook Postgres into the Sensorbase service.

Powered by Google Project Hosting