Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundvibe/reacto-couchbase-service-registry
reacto service registry implementation based on Couchbase
https://github.com/soundvibe/reacto-couchbase-service-registry
couchbase reacto service-discovery
Last synced: 11 days ago
JSON representation
reacto service registry implementation based on Couchbase
- Host: GitHub
- URL: https://github.com/soundvibe/reacto-couchbase-service-registry
- Owner: soundvibe
- License: apache-2.0
- Created: 2016-07-15T12:20:25.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-25T12:12:31.000Z (about 7 years ago)
- Last Synced: 2023-07-05T14:15:09.236Z (over 1 year ago)
- Topics: couchbase, reacto, service-discovery
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.soundvibe/reacto-couchbase-service-registry/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.soundvibe/reacto-couchbase-service-registry)
[![Build Status](https://travis-ci.org/soundvibe/reacto-couchbase-service-registry.png)](https://travis-ci.org/soundvibe/reacto-couchbase-service-registry)
[![Coverage Status](https://codecov.io/github/soundvibe/reacto-couchbase-service-registry/coverage.svg?branch=develop)](https://codecov.io/github/soundvibe/reacto-couchbase-service-registry?branch=develop)# reacto-couchbase-service-registry
reacto service registry implementation based on Couchbase database
## Binaries
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cnet.soundvibe.reacto-couchbase-service-registry).
Example for Gradle:
```groovy
compile 'net.soundvibe:reacto-couchbase-service-registry:2.0.0'
```and for Maven:
```xml
net.soundvibe
reacto-couchbase-service-registry
2.0.0```
## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/soundvibe/reacto-couchbase-service-registry/issues).
## LICENSE
Copyright 2017 Linas Naginionis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.