https://github.com/nylon22/duper
The command line tool that makes managing Elasticsearch Cross-cluster Replication easy
https://github.com/nylon22/duper
ccr cli cluster cross elastic elasticsearch replication
Last synced: 8 months ago
JSON representation
The command line tool that makes managing Elasticsearch Cross-cluster Replication easy
- Host: GitHub
- URL: https://github.com/nylon22/duper
- Owner: nylon22
- License: mit
- Created: 2020-04-22T17:33:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:37:29.000Z (about 3 years ago)
- Last Synced: 2025-04-10T00:51:15.223Z (about 1 year ago)
- Topics: ccr, cli, cluster, cross, elastic, elasticsearch, replication
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> The command line tool that simplifes administering Elasticsearch Cross-cluster Replication
**Note:** This project is in beta
## Why duper
Cross-datacenter replication of Elasticsearch clusters is a necessity for fault-tolerant production systems. Elasticsearch's Cross Cluster Replication (CCR) API satisfies this need. Elasticsearch provides a UI to administer CCR via its Kibana offering. So why use duper? If you prefer the command line, `duper` is the tool for you.
For more on CCR, check out the [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-apis.html)
## Installation
```sh
$ npm install -g @duper/duper
```
## Documentation
https://nylon22.github.io/duper/