Socket
Book a DemoInstallSign in
Socket

replication-monitor

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replication-monitor

Replication Monitor - a GTK+ tool for AvanceDB, CouchDB, PouchDB and Cloudant

pipPyPI
Version
0.1.9
Maintainers
1

|replmon-logo| Replication Monitor

A GTK+ desktop app which can create, monitor and delete AvanceDB, CouchDB, PouchDB or IBM Cloudant replication jobs. Runs on Linux/Gnome but can be persuaded to run on Windows <https://github.com/RipcordSoftware/replication-monitor/wiki/Platform:-Windows>_ or OSX <https://github.com/RipcordSoftware/replication-monitor/wiki/Platform:-OSX>_.

Features:

  • Create new replications: single, multiple, to/from remote, drag and drop replication
  • View active replication tasks
  • Create and delete databases
  • Compact databases
  • Set database revisions
  • Browse to selected databases
  • Backup and restore databases

Requirements:

  • Python 3
  • GTK+ (pygobject)
  • Keyring
  • Requests
  • Bunch

Installation

Install the latest release on pypi with pip:

.. code-block:: bash

$ pip3 install replication-monitor

Alternately pull the latest code from our github repository:

.. code-block:: bash

$ git clone https://github.com/RipcordSoftware/replication-monitor.git
$ cd replication-monitor
$ ./replication_monitor.py

If you clone from git make sure you satisfy the requirements.txt file.

Screenshot:

|replmon-mainwindow|

.. |replmon-logo| image:: https://raw.githubusercontent.com/RipcordSoftware/replication-monitor/master/ui/replication-monitor-small.png .. |replmon-mainwindow| image:: http://cdn.ripcordsoftware.com/images/replication-monitor/replication-monitor-debian8.png

Keywords

couchdb

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts