AppFlowy-Cloud/services/appflowy-worker
Bartosz Sypytkowski 9ff6f1c744
S3 collab cache (#1028)
* chore: collab cache for S3

* chore: adjust disk cache api to accomodate s3

* chore: move postgres dependent ops to disk cache

* chore: replace blob inserts from pg to s3

* chore: delete blob and collab exist now use s3

* chore: fix clippy erorrs

* chore: post rebase fixes

* chore: fix clippy warnings

* chore: fix imports

* chore: make snapshots work over S3

* chore: remove dead code

* chore: use compressed snapshots

* chore: add zstd compression

* chore: introduce collab size threshold to keep smaller collabs in postgres

* chore: remove collabs from S3 if they were put to postgres

* chore: update tests
2024-12-03 13:08:55 +08:00
..
src S3 collab cache (#1028) 2024-12-03 13:08:55 +08:00
tests chore: set max import zip file size (#1011) 2024-11-20 14:07:36 +08:00
Cargo.toml S3 collab cache (#1028) 2024-12-03 13:08:55 +08:00
Dockerfile chore: upload api endpoint for web upload (#1024) 2024-11-28 09:09:09 +08:00
README.md feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
deploy.env feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00

README.md

Build docker image for appflowy worker manually

docker buildx build -f ./services/appflowy-worker/Dockerfile  --platform linux/amd64 -t appflowyinc/appflowy_worker --push .