fin-man / finance-manager

0 stars 0 forks source link

financial-manager

Components

Run the application

PreReqs

To run the application please follow these steps in order

  1. Spin up the local elastic search cluster
    • ./set_max_map_count.sh
    • docker-compose up
  2. When the elastic search cluster is up and running
    • make build-all
  3. in one terminal window run
    • make run-server
  4. in another terminal window run
    • make run-filewatcher

To populate the data into the elastic search cluster

New Issue Template

**[ Current ] -** 

- Details 

**[ Changes Needed ] -** 

- Details 

Registering a processor

curl --header "Content-Type: application/json" --request POST --data '{"url":"http://localhost:9091","processor_name":"xyz"}' http://localhost:8080/processor