Giter Club home page Giter Club logo

filewatcher's Introduction

FILE WATCHER SERVICE

  • The file watcher service as the name implies consumer files in the incoming folders recursively and writes them into the target directory.
  • The source and target directories can be configured external to the build artifact.

How to build the application

  • The application needs to be built using MAVEN.
  • The maven shade plugin has been used and an UBER(FAT) jar would be generated under filewatcher-app target folder.
  • The below command should be run in any machine which has maven installed in it. Go to the directory of the code and execute the below maven command.
cd /****CODE_DIRECTORY****/

mvn clean install

How to run the application

  • Once the previous step has been completed, we can run the application using the below command.
  • The file-watcher.jar jar would be located under filewatcher-app target folder.
  • The configuration file application.conf and the logback file logback.xml location should be mentioned while running the jar.
cd /****CODE_DIRECTORY/filewatcher-app/target****/

java -jar -Dconfig.file=***PATH_OF_THE_CONFIG_FILE***/application.conf -Dlogback.configurationFile=***PATH_OF_THE_LOGBACK_FILE***/logback.xml file-watcher.jar

filewatcher's People

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.