Introduction

This is the main entry point for Gora documentation. Here are some pointers for further info:

You can find an abstract overview of how to configure Gora here.

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 datastore 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 currently implemented in gora.