Skip to main content

Zookeeper service discovery

Project description

Zoosync

Zoosync is a simple service discovery tool using Zookeeper as database backend.

Usage

See zoosync –help for brief usage or manual page for more detailed usage.

The output is in the form of shell variable assignement, so tool could be used this way:

ZOO='zoo1.example.com,zoo2.example.com,zoo3.example.com'
REQ_SERVICES='impala,hadoop-hdfs,test,test2,test3'

zoosync --zookeeper ${ZOO} --services ${REQ_SERVICES} cleanup
eval `zoosync --zookeeper ${ZOO} --services ${REQ_SERVICES} --wait 1800 wait`

echo "active: ${SERVICES}"
echo "missing: ${MISSING}"

Deployment

# install

pip install zoosync

# configure

cat > /etc/zoosyncrc <<EOF
zookeeper=zoo1,zoo2,zoo3
user=user
password=changeit
services=service1,service2
EOF

# automatic startup

# 1) SystemV

cp scripts/zoosync.sh /etc/init.d/
#debian: update-rc.d zoosync defaults
#redhat: chkconfig zoosync on

# 2) SystemD

cp scripts/zoosync.service /etc/systemd/system/
systemctl enable zoosync

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoosync-2.0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page