https://github.com/jponge/vertx-elasticsearch-client-failed-experiment
This was an experimental work in progress of an Elasticsearch client for Eclipse Vert.x. Turned out that this was not the right way to do it...
https://github.com/jponge/vertx-elasticsearch-client-failed-experiment
Last synced: about 1 year ago
JSON representation
This was an experimental work in progress of an Elasticsearch client for Eclipse Vert.x. Turned out that this was not the right way to do it...
- Host: GitHub
- URL: https://github.com/jponge/vertx-elasticsearch-client-failed-experiment
- Owner: jponge
- License: apache-2.0
- Created: 2018-04-25T09:26:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T20:13:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-20T22:24:40.818Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚧 This is an experimental work in progress of an Elasticsearch client for Eclipse Vert.x
👋 Contributions / participation are welcome!
# Developer guide
## Tests
Tests are split in unit tests on classes named `*Test*` and integration tests on classes named `*IT*`.
Integration tests expect having an elasticsearch instance running locally.
You can run the following command to start a container locally:
```sh
docker-compose up
```
When running the tests from Maven, a Docker install will be automatically launched during the integration test phase.
* To skip unit tests, use `-DskipUnitTests` property.
* To skip integration tests, use `-DskipIntegTests` property.
* To skip all tests, use `-DskipTests` property.
## IntelliJ IDEA
To import the project in IntelliJ, make sure you disable
* `Enable annotation processing` in "Build Execution > Compiler > Annotation processors"
* `ArgLine` option in ""