https://github.com/cstamas/vertx-bitsy
Vert.x Bitsy integration
https://github.com/cstamas/vertx-bitsy
Last synced: 3 months ago
JSON representation
Vert.x Bitsy integration
- Host: GitHub
- URL: https://github.com/cstamas/vertx-bitsy
- Owner: cstamas
- License: apache-2.0
- Created: 2017-02-17T12:00:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T12:17:35.000Z (over 8 years ago)
- Last Synced: 2025-04-06T07:37:32.677Z (3 months ago)
- Language: Java
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Bitsy - Non-blocking Bitsy Graph server integration. (Database Clients)
README
# Vert.x Bitsy Integration
Integrates [Bitsy](https://bitbucket.org/lambdazen/bitsy) with Vert.x.
[](https://app.wercker.com/project/bykey/5c403157d506664c07bfe3d2e5bf4d6b)
[](https://repo1.maven.org/maven2/org/cstamas/vertx/bitsy/)
# Using it
To use Bitsy in Vert.x, you need to include following dependency to your project:
```
org.cstamas.vertx.bitsy
vertx-bitsy
1.0.0
```
## Branches and building
* master - uses latest Bitsy 1.5.2 and Vert.x 3.3
Note: build depends on https://github.com/vert-x3/vertx-codegen/issues/81 as it uses Takari Lifecycle
with JDT compiler! Hence, must use Vert.x 3.3.2+ if you are building this project.Have fun!
~t~