Documentation
¶
Overview ¶
Package storage provides actors/handlers for accessing different kinds of storage. At the moment there is a SQL database (i.e. PostgreSQL) storage in sub-package sql.
The package also provides access to specialized database structures (development in progress):
- cybergraph: a semantic store based on RDF-like triples with event-store capabilities
- msgstore: persistence for integrator (actor) messages
- geostore: storage for spatial (GIS) data (needs PostGIS)
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cybergraph provides actors/handlers for accessing a semantic store based on RDF-like triples.
|
Package cybergraph provides actors/handlers for accessing a semantic store based on RDF-like triples. |
|
Package main is the top-level command line starter for an integrator instance using the storage module.
|
Package main is the top-level command line starter for an integrator instance using the storage module. |
|
Package sql provides basic functionality for accessing a PostgreSQL database.
|
Package sql provides basic functionality for accessing a PostgreSQL database. |
Click to show internal directories.
Click to hide internal directories.