This package contains utility functions to interact with CaosDB, the flexible semantic data management platform.
It makes use of libcaosdb which must be installed on the system.
Full documentation how to install this package and a short tutorial for first steps with the Octave CaosDB library can be found on https://docs.indiscale.com/caosdb-octavelib, the source code for this library is freely available at https://gitlab.com/caosdb/caosdb-octavelib.
If you are interested in the documentation of the functions and classes provided by this library, follow this link to the API overview.
• Overview | How CaosDB works in Octave, and first steps. | |
• Caosdb | The Caosdb class. This class handles connections to CaosDB servers and
transactions.
| |
• Entity | The Entity class. This class represents Entities (Records, RecordTypes,
Properties) in the CaosDB server.
| |
• Parents and Properties | The subordinate classes Property and Parent , used for
adding information to Entities.
| |
• Message | The Message class, used for passing errors, warnings, infos.
| |
• Index | Complete index for concepts, classes, functions. |