/rgw-notification

A HTTP Server that receives notifications from Ceph RADOS Gateway based on PubSub module, and sends information to subscribers whose condition matches the object metadata.

Primary LanguageJavaApache License 2.0Apache-2.0

RGW Notification

Installation

  1. Clone the repository from Github.
git clone https://github.com/sosozhuang/rgw-notification.git
  1. Build and package binaries.
mvn clean package
  1. Run notification service.
cd dist && tar zxvf rgw-notification-1.0.0.tar.gz
cd rgw-notification-1.0.0
bin/start.sh

License

Code is licensed under the Apache License 2.0.