Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchcoders/db2es
MySQL export to Elasticsearch
https://github.com/dutchcoders/db2es
Last synced: 3 months ago
JSON representation
MySQL export to Elasticsearch
- Host: GitHub
- URL: https://github.com/dutchcoders/db2es
- Owner: dutchcoders
- License: mit
- Created: 2017-02-06T16:31:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T22:05:54.000Z (over 7 years ago)
- Last Synced: 2024-07-09T00:06:42.690Z (4 months ago)
- Language: Go
- Size: 993 KB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# db2es
MySQL export to Elasticsearch. This will export complete databases to Elasticsearch. Tablenames will be used types and fields will be prepended within tablename as object.## Install
```
$ go get github.com/dutchcoders/db2es
$ db2es --database hx7dcdqpvpbky2wu --src mysql://[email protected]:3306/ --dst http://127.0.0.1:9200/test2
```