Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cstamas/vertx-bitsy
Vert.x Bitsy integration
https://github.com/cstamas/vertx-bitsy
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T12:17:35.000Z (almost 8 years ago)
- Last Synced: 2024-12-12T21:42:04.603Z (about 2 months ago)
- Language: Java
- Size: 42 KB
- Stars: 1
- Watchers: 3
- 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.
[![wercker status](https://app.wercker.com/status/5c403157d506664c07bfe3d2e5bf4d6b/m "wercker status")](https://app.wercker.com/project/bykey/5c403157d506664c07bfe3d2e5bf4d6b)
[![Maven](https://img.shields.io/maven-central/v/org.cstamas.vertx.bitsy/vertx-bitsy.svg)](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~