Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biacode/escommons
Elasticsearch commons library.
https://github.com/biacode/escommons
api-client api-rest common-library core elasticsearch elasticsearch-java-api elasticsearch-server elasticsearch5 elasticsearch6 elasticsearch7 java kotlin
Last synced: 9 days ago
JSON representation
Elasticsearch commons library.
- Host: GitHub
- URL: https://github.com/biacode/escommons
- Owner: Biacode
- License: mit
- Created: 2017-07-14T11:23:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T14:06:24.000Z (over 4 years ago)
- Last Synced: 2024-10-13T05:31:01.139Z (23 days ago)
- Topics: api-client, api-rest, common-library, core, elasticsearch, elasticsearch-java-api, elasticsearch-server, elasticsearch5, elasticsearch6, elasticsearch7, java, kotlin
- Language: Kotlin
- Size: 20.5 MB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# escommons
Elasticsearch commons library.# Dependencies
Gradle
```groovy
implementation "org.biacode.escommons:escommons-core:7.3.2_0.1.0"
implementation "org.biacode.escommons:escommons-persistence:7.3.2_0.1.0"
implementation "org.biacode.escommons:escommons-starter-core:7.3.2_0.1.0"
implementation "org.biacode.escommons:escommons-test:7.3.2_0.1.0"
```| CI | Status |
| :---: | :---: |
| Travis | [![Build Status](https://travis-ci.org/Biacode/escommons.svg?branch=master)](https://travis-ci.org/Biacode/escommons) |
| Sonarqube | [![Build Status](https://getstreaming.files.wordpress.com/2012/10/sonar.png)](https://sonarcloud.io/dashboard?id=escommons) |