Skip to content

ssaluja09/location-service-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

location-service-postgres

PoC on Apache Ignite + PostgreSQL

Steps to run location-service-postgres:

  1. Download and Install Apache-ignite 2.8.1 from : https://ignite.apache.org/download.cgi
  2. Go to the bin folder of Ignite installation directory {ignite}/bin from the command shell and start an Ignite-node: ./ignite.sh
  3. Download and Install PostgreSQL from : https://www.postgresql.org
  4. Open PGAdmin create a new DB name locationservice. Set the password as root (for PoC purpose only).
  5. Flyway script will take care of the data input.
  6. Start the service.
  7. You can execute the below endpoints in curl/Postman:

About

PoC on Apache Ignite + PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages