# README
#Udup Udup is ...
Design goals are to ...
For more information on Extractor and Applier please read this. See the getting started guide.This guide will get you up and running with Udup. It walks you through the package, installation, and configuration processes, and it shows how to use Udup to extract and apply data with mysql.
Installation:
Linux deb and rpm Packages:
Latest:
- dist/udup_a427b6b~a427b6b_amd64.deb
- dist/udup-a427b6b~a427b6b.x86_64.rpm
Package Instructions:
- Udup binary is installed in
/usr/bin/udup
- Udup daemon configuration file is in
/etc/udup/udup.conf
- On sysv systems, the udup daemon can be controlled via
service udup [action]
- On systemd systems (such as Ubuntu 15+), the udup daemon can be
controlled via
systemctl [action] udup
From Source:
which gets installed via the Makefile if you don't have it already. You also must build with golang version 1.5+.
- Install Go
- Setup your GOPATH
- Run
git clone [email protected]:universe/udup.git
- Run
cd $GOPATH/src/udup
- Run
make prepare & make
How to use it:
See usage with:
udup --help
Example
udup agent -config udup.conf
Configuration
See the configuration guide for a rundown of the more advanced configuration options.