Coder Social home page Coder Social logo

benjaminglatzeder / couchbase-lite-java-ce-root Goto Github PK

View Code? Open in Web Editor NEW

This project forked from couchbase/couchbase-lite-java-ce-root

0.0 0.0 0.0 64 KB

The root workspace for the Community Editions of the Java language family of products (Java Desktop, Java WebService, and Android)

License: Apache License 2.0

couchbase-lite-java-ce-root's Introduction

Couchbase Lite Community Edition 2.0

License

Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.

Couchbase Lite 2.0 has a completely new set of APIs. The implementation is on top of Couchbase Lite Core, which is also a new cross-platform implementation of database CRUD and query features, as well as document versioning.

This repo contains the code for the community editions of the Java-language family of products for Couchbase Lite 2.0. This includs the Java AppServer and Android products. Couchbase Lite 2.0 is a completely new product, utterly divergent from the 1.0 version

Issues

Please file any issues for either the Java AppServer or the Android product, here. Be sure to specify which you are using!

Documentation

See: Developer Guide

Sample Apps

See: Todo

Downloading

This project is a git repository with submodules. To check it out, clone this root repository:

git clone https://github.com/couchbase/couchbase-lite-android-ce-root --recurse-submodules

or

git clone https://github.com/couchbase/couchbase-lite-android-ce-root git submodule update --init --recursive

Organization

There are two important top level directories:

  • ce - This contains directories for product-specific code for each of the two products, Java and Android
  • common - This contains code that is used by the entire Java language product family

The other important directory, core contains the code for Couchbase Lite Core. Both products depend on a LiteCore library. The Android product builds it as part of a normal build. The Java AppServer product does not but there are tools in this repository that will build it and put it in the right place.

Building

To build a product, navigate to the product home directory (ce/android or ce/java) and follow the detailed insturctions there.

Note: the top level gradle build will build both products, but only if both are correctly configured. At the very least, you will need:

  • local.properties files in this and both product directories
  • a LiteCore binary in ./common/lite-core/

License

Apache 2 license.

couchbase-lite-java-ce-root's People

Contributors

bmeike avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.