Coder Social home page Coder Social logo

basotia / sync_gateway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from couchbase/sync_gateway

0.0 1.0 0.0 17.07 MB

Connects Couchbase Lite to Couchbase Server

License: Apache License 2.0

Makefile 0.18% Objective-C 1.57% Shell 3.29% Ruby 1.00% Smarty 0.20% Batchfile 0.02% Go 93.75%

sync_gateway's Introduction

Couchbase Sync Gateway

Join the chat at https://gitter.im/couchbase/sync_gateway

Gluing Couchbase Lite to Couchbase Server

The Sync Gateway manages HTTP-based data access for mobile clients. It handles access control and data routing, so that a single large Couchbase Server cluster can manage data for multiple users and complex applications.

Product home page

Documentation

Downloads

Building From Source

To build Sync Gateway from source, you must have the following installed:

  • Go 1.5 or later
  • GCC for CGO (required on Sync Gateway 1.2 or later)

On Mac or Unix systems, you can build Sync Gateway from source as follows:

Open a terminal window and change to the directory that you want to store Sync Gateway in.

Clone the Sync Gateway GitHub repository:

$ git clone https://github.com/couchbase/sync_gateway.git

Change to the sync_gateway directory:

$ cd sync_gateway

Set up the submodules:

$ git submodule init
$ git submodule update

Build Sync Gateway:

$ ./build.sh

Sync Gateway is a standalone, native executable located in the ./bin directory. You can run the executable from the build location or move it anywhere you want.

To update your build later, pull the latest updates from GitHub, update the submodules, and run ./build.sh again.

License

Apache 2 license.

Tutorials and Other Resources

sync_gateway's People

Contributors

snej avatar adamcfraser avatar tleyden avatar jchris avatar dustin avatar wacarter avatar zgramana avatar michaelkwok avatar devexter avatar pavel-paulau avatar mschoch avatar sideshowcoder avatar jamesnocentini avatar jnordberg avatar paulcapestany avatar pegli avatar gitter-badger avatar vfleurima avatar ericlimare avatar rajasaur avatar

Watchers

Manish Basotia 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.