-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from metaplex-foundation/feat/dynamic-merge
[MET-46] feat: dynamic data slot for each field
- Loading branch information
Showing
92 changed files
with
1,302 additions
and
12,802 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,6 @@ members = [ | |
"postgre-client", | ||
"entities", | ||
] | ||
exclude = [ | ||
"migration", | ||
] | ||
|
||
[profile.release] | ||
lto = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
.PHONY: build start build-json-downloader start-json-downloader build-backfiller start-backfiller dev stop | ||
.PHONY: build start dev stop | ||
|
||
SHELL := /bin/bash | ||
|
||
build: | ||
@docker compose -f docker-compose.yaml build ingester-first-consumer ingester-second-consumer | ||
@docker compose -f docker-compose.yaml build ingester-first-consumer | ||
|
||
start: | ||
@docker compose -f docker-compose.yaml up -d ingester-first-consumer ingester-second-consumer | ||
|
||
build-json-downloader: | ||
@docker compose -f docker-compose.yaml build | ||
|
||
start-json-downloader: | ||
@docker compose -f docker-compose.yaml up -d | ||
|
||
build-backfiller: | ||
@docker compose -f docker-compose.yaml build backfiller-consumer backfiller | ||
|
||
start-backfiller: | ||
@docker compose -f docker-compose.yaml up -d backfiller-consumer backfiller | ||
@docker compose -f docker-compose.yaml up -d ingester-first-consumer | ||
|
||
dev: | ||
@docker compose -f docker-compose.yaml up -d db | ||
|
||
stop: | ||
@docker compose -f docker-compose.yaml stop ingester-first-consumer ingester-second-consumer backfiller | ||
@docker compose -f docker-compose.yaml stop ingester-first-consumer |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.