Gora Core Module
Introduction
This is the main entry point for Gora documentation. Here are some pointers for further info:
- First if you haven't already done so, make sure to check the quick start guide.
- Information about gora modules can be found at the section below.
- You can also take a look at the API documentation which contains the javadoc for all of the modules combined.
- You can find how to configure gora in Gora Configuration.
Gora Modules
Gora source code is organized in a modular architecture. The gora-core module is the main module which contains the core of the code. All other modules depend on the gora-core module. Each data store backend in Gora resides in it's own module. The documentation for the specific module can be found at the module's documentation directory.
It is wise so start with going over the documentation for the gora-core module and then the specific data store module(s) you want to use. The following modules are implemented in gora.
- gora-core: Module containing core functionality
- gora-cassandra: Module for Apache Cassandra backend
- gora-hbase: Module for Apache HBase backend
- gora-sql: Module for SQL database backends



