diff --git a/Readme.md b/Readme.md index bb14370..9038a3c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # PunktDe.Elastic.Sync -[![Latest Stable Version](https://poser.pugx.org/punktde/elastic-sync/v/stable)](https://packagist.org/packages/punktde/elastic-sync) [![Total Downloads](https://poser.pugx.org/punktde/elastic-sync/downloads)](https://packagist.org/packages/punktde/elastic-sync) [![License](https://poser.pugx.org/punktde/elastic-sync/license)](https://packagist.org/packages/punktde/elastic-sync) +[![Latest Stable Version](https://poser.pugx.org/punktDe/elastic-sync/v/stable)](https://packagist.org/packages/punktDe/elastic-sync) [![Total Downloads](https://poser.pugx.org/punktDe/elastic-sync/downloads)](https://packagist.org/packages/punktDe/elastic-sync) [![License](https://poser.pugx.org/punktDe/elastic-sync/license)](https://packagist.org/packages/punktDe/elastic-sync) + +![ElasticSync Schema](Resources/Public/ElasticSync.png) The package uses [elasticsearch-dump](https://github.com/taskrabbit/elasticsearch-dump) to sync data from a remote Elasticsearch instance to local. If you are already using a tool to sync the database and assets from a remote Neos instance to your local dev instance, you can now also copy the needed Elasticsearch indices. That saves a lot of time needed otherwise for local indexing, especially on large projects. diff --git a/Resources/Public/ElasticSync.png b/Resources/Public/ElasticSync.png new file mode 100644 index 0000000..30e78ea Binary files /dev/null and b/Resources/Public/ElasticSync.png differ