Skip to content

Commit

Permalink
Delete replicator (#2684)
Browse files Browse the repository at this point in the history
* delete backend/replicator

* move regen-types script to /common and /api

* clean up references

* Clean up old sql

drop trigger replicate_writes on incoming_writes;
drop function get_document_table_spec;
drop function replicate_writes_process;
drop function replicate_writes_process_new;
drop function replicate_writes_process_one;
drop type table_spec;
drop table incoming_writes;
drop table tombstones;

* yarn regen-types
  • Loading branch information
sipec authored and SirSaltyy committed Jul 2, 2024
1 parent 0109c62 commit 2f966c2
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 770 deletions.
4 changes: 3 additions & 1 deletion backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"watch": "tsc -w",
"alias": "tsc-alias",
"verify": "yarn --cwd=../.. verify",
"verify:dir": "npx eslint . --max-warnings 0"
"verify:dir": "npx eslint . --max-warnings 0",
"regen-types": "yarn --cwd=../../common regen-types",
"regen-types-dev": "yarn --cwd=../../common regen-types-dev"
},
"engines": {
"node": ">=16.0.0"
Expand Down
6 changes: 0 additions & 6 deletions backend/replicator/.gcloudignore

This file was deleted.

6 changes: 0 additions & 6 deletions backend/replicator/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions backend/replicator/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions backend/replicator/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions backend/replicator/deploy-replicator.sh

This file was deleted.

42 changes: 0 additions & 42 deletions backend/replicator/package.json

This file was deleted.

142 changes: 0 additions & 142 deletions backend/replicator/src/index.ts

This file was deleted.

98 changes: 0 additions & 98 deletions backend/replicator/src/replicate-writes.ts

This file was deleted.

Loading

0 comments on commit 2f966c2

Please sign in to comment.