Giter Club home page Giter Club logo

concurrent-data-writer's Introduction

How to run this application

Pre-reqs

Java 1.8

Gradle

Gradle is used here to build the project and manage the dependencies. The gradlew command used here will automatically download gradle for you so you shouldn't need to install anything other than java.

Building your project from the command line

To build the project on Linux or MacOS run the command ./gradlew build in a shell terminal. This will build the source code in src/main/java, run any tests in src/test/java and create an output jar file in the build/libs folder.

To clean out any intermediate files run ./gradlew clean. This will remove all files in the build folder.

Running your application from the command line

You first must create a shadow jar file. This is a file which contains your project code and all dependencies in a single jar file. To build a shadow jar from your project run ./gradlew shadowJar. This will create a concurrent-writer-shadow.jar file in the build/libs directory.

You can then start your application by running the command java -jar ./build/libs/concurrent-writer-shadow.jar

Sample CURL

curl -X POST \
  http://localhost:4000/concurrentwriter \
  -d 003456786
  

concurrent-data-writer's People

Contributors

rk101288 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.