diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-10-24 03:57:28 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-10-24 03:57:28 +0000 |
commit | 79347bcbe76acba5e4b9d94ce25d2d445fe7670f (patch) | |
tree | bfc34a58c01e3a9c9f914d3c8daae6199482628c /src | |
parent | 9485b901cf88337c504f8a5f10db175cbb8d10f8 (diff) |
Link to packages.
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/index.apt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index aa7864f..2c31148 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -34,6 +34,27 @@ there are no extra build time steps. when accessing the actual storage. Low overhead is achieved in part by auto generating performance critical code, via the Cojen library. +* Packages + + Carbonado is broken down into several package bundles for better dependency +management. The easiest way to get started with Carbonado is to use the BDB-JE +backed repository. For this, you need to get the Carbonado and +CarbonadoSleepycatJE package bundles. + + * {{{http://sourceforge.net/project/showfiles.php?group_id=171277&package_id=195677}Carbonado}} + + Core Carbonado code, depends on {{{http://jakarta.apache.org/commons/logging/}Apache Commons Logging}}, {{{http://joda-time.sourceforge.net/}Joda-Time}}, and {{{http://cojen.sourceforge.net/}Cojen}}. + + * {{{http://sourceforge.net/project/showfiles.php?group_id=171277&package_id=208711}CarbonadoSleepycatJE}} + + Contains repository for supporting Sleepycat/Oracle, {{{http://www.oracle.com/database/berkeley-db/je/index.html}BDB Java Edition}}. BDB-JE code must be downloaded and installed separately. + + * {{{http://sourceforge.net/project/showfiles.php?group_id=171277&package_id=208709}CarbonadoSleepycatDB}} + + Contains repository for supporting Sleepycat/Oracle {{{http://www.oracle.com/database/berkeley-db/db/index.html}BDB}}. BDB code must be downloaded and installed separately. + + [] + * Terminology Loose mapping from Carbonado terminology to SQL terminology: |