Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.35 KB

README_EN.md

File metadata and controls

54 lines (32 loc) · 1.35 KB

amazonriver CircleCI

Go Report Card golang GoDoc GitHub release

amazonriver utilize the postgresql logical replication to sync realtime data into elasticsearch or kafka...

architecture

architecture

Required

  • Postgresql 9.4 or later
  • Kafka 0.8 or later
  • ElasticSearch 6.x

Howto

Install

$git clone https://github.com/hellobike/amazonriver
$cd amazonriver
$go install

Use amazonriver

amazonriver -config config.json

PG config

pg config

amazonriver config

Monitor

amazonriver has built-in support for prometheus How to config

Elasticsearch

sync to elastic search

Kafka

sync to kafka

License

amazonriver released under Apache License 2