Skip to content

Commit

Permalink
Yoink post gregistry
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Sep 17, 2024
1 parent b1f368c commit b2a8993
Show file tree
Hide file tree
Showing 160 changed files with 49 additions and 10,180 deletions.
26 changes: 1 addition & 25 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
GO_CMD_W_CGO = CGO_ENABLED=1 GOOS=linux go
GO_CMD = CGO_ENABLED=0 GOOS=linux go

# Build the Graph Builder Go binary
.PHONY: build-graph-builder
build-graph-builder:
@echo "Building Graph Builder Go binary..."
$(GO_CMD_W_CGO) build -o graph-builder cmd/graph-builder/*.go

# Start up the Graph Builder
.PHONY: graph-builder-up
graph-builder-up:
@echo "Starting Graph Builder..."
docker compose -f build/graph-builder/docker-compose.yml up --build -d

# Build the Search API Go binary
.PHONY: build-search
build-search:
Expand All @@ -29,21 +17,9 @@ search-up:

.PHONY: search-restart
search-restart:
@echo "Restarting Graph Builder..."
@echo "Restarting Search API..."
docker compose -f build/search/docker-compose.yml restart -t 5

# Build the Layout Rust Service
.PHONY: layout-up
layout-up:
@echo "Starting Rust Layout API..."
docker compose -f build/layout/docker-compose.yml up --build -d

# Build the Layout TypeScript Service
.PHONY: ts-layout-up
ts-layout-up:
@echo "Starting TypeScript Layout API..."
docker compose -f build/ts-layout/docker-compose.yml up --build -d

# Build the Sentiment Analysis Python Service
.PHONY: sentiment-up
sentiment-up:
Expand Down
29 changes: 0 additions & 29 deletions build/graph-builder/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions build/graph-builder/docker-compose.yml

This file was deleted.

38 changes: 0 additions & 38 deletions build/layout/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions build/layout/docker-compose.yml

This file was deleted.

195 changes: 0 additions & 195 deletions cmd/graph-builder/main.go

This file was deleted.

Loading

0 comments on commit b2a8993

Please sign in to comment.