datasync-plugin

command
v2.2.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

README

DataSync example

Requirements

To start the example, you have to have the ETCD running first. Use the following command to pull the image and start the database:

sudo docker run -p 2379:2379 --name etcd --rm \
    quay.io/coreos/etcd:v3.0.16 /usr/local/bin/etcd \
    -advertise-client-urls http://0.0.0.0:2379 \
    -listen-client-urls http://0.0.0.0:2379

It will bring up the ETCD listening on port 2379 for the client communication.

Usage

In the example, the location of the ETCD configuration file is defined with the -etcd-config argument or through the ETCD_CONFIG environment variable. By default, the application will try to search for etcd.conf in the current working directory. If the configuration file cannot be loaded or is not found, ETCD plugin tries to connect using default configuration.

To run the example, type:

go run main.go deps.go [-etcd-config <config-filepath>]

Documentation

Overview

Example application "datasync-plugin" demonstrates the usage of the datasync API. etcd plugin is used as the backend, adapted to the datasync API by the kvdbsync plugin in a custom-defined flavor.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL