This repository is part of CaliOpen platform. For documentation, installation and contribution instructions, please refer to https://caliopen.github.io
This is the base package for caliopen platform.
It contains following sub packages:
- store
- All classes related to datastore. Base model User and Contact are included.
- core
- Classes where business logic must be define. Datastores objects are not directly managed, they must have a related core class to act as an interface with others caliopen components.
- helpers
- Some common helpers for all caliopen parts.
Cassandra python driver use async_core by default and can conflict with waitress event loop (1). It is advocated to install libev on your system to avoid this problem (2).