Skip to content

bharathkalyans/automated-deploy-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Deploy Platform

Flow of the Application

application-demo.mov

Start ZooKeeper and Kafka Cluster

  • make kafka_up to start the zookeeper and kafka cluster
  • make kafka_down to stop the zookeeper and kafka cluster
Note
  • We are using PostgreSQL and Redis (local instances).
  • Make sure you are running these 2 before starting the application.
  • Also use the following SQL Query to create the Table (incase needed, we are calling createTable function to create this table in one of our service).
    CREATE TABLE IF NOT EXISTS data (
		build_id VARCHAR(255) PRIMARY KEY,
		project_github_url VARCHAR(255) NOT NULL,
		events JSONB NOT NULL
	  );

How to start the services

  • Open the 2 services in different terminals and make use of Makefile to run the application.

Postman Documentation

COLLECTION LINK (JSON)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published