项目作者: Sammers21

项目描述 :
Real app example of Eclipse Vert.x Cassandra Client usage
高级语言: Java
项目地址: git://github.com/Sammers21/rss-reader.git
创建时间: 2018-05-24T22:37:39Z
项目社区:https://github.com/Sammers21/rss-reader

开源协议:Apache License 2.0

下载


Build Status

Rss-reader

This is the demo of how you can use vertx-cassandra-client by real example.

Running

  1. Before running the example you should ensure that cassandra service running locally on port 9042.
    As a option you can run cassandra with ccm(Cassandra Cluster Manager).
    Follow this instructions for installing ccm.
    After installing you will be able to run a single node cluster:

    1. ccm create rss_reader -v 3.11.2 -n 1 -s
    2. ccm start
  2. Building vertx-cassandra-client locally:

    1. git clone https://github.com/Sammers21/vertx-cassandra-client
    2. cd vertx-cassandra-client
    3. mvn clean install -Dmaven.test.skip=true -s .travis.maven.settings.xml
  3. Running the app:
    1. ./gradlew vertxRun
    You may also noted that we are using vertx-gradle-plugin for running the app.
    It means that the app will be reloaded automatically when code changes.
  4. Now you can open your browser and go to localhost:8080