From c6b6ea40e61b79722e1a539f814933898b9780a7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 19 Nov 2025 20:06:57 -0800 Subject: filer store: add foundationdb (#7178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add foundationdb * Update foundationdb_store.go * fix * apply the patch * avoid panic on error * address comments * remove extra data * address comments * adds more debug messages * fix range listing * delete with prefix range; list with right start key * fix docker files * use the more idiomatic FoundationDB KeySelectors * address comments * proper errors * fix API versions * more efficient * recursive deletion * clean up * clean up * pagination, one transaction for deletion * error checking * Use fdb.Strinc() to compute the lexicographically next string and create a proper range * fix docker * Update README.md * delete in batches * delete in batches * fix build * add foundationdb build * Updated FoundationDB Version * Fixed glibc/musl Incompatibility (Alpine → Debian) * Update container_foundationdb_version.yml * build SeaweedFS * build tag * address comments * separate transaction * address comments * fix build * empty vs no data * fixes * add go test * Install FoundationDB client libraries * nil compare --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0c64081ff..2845b4a4c 100644 --- a/go.mod +++ b/go.mod @@ -123,6 +123,7 @@ require ( github.com/Jille/raft-grpc-transport v1.6.1 github.com/ThreeDotsLabs/watermill v1.5.1 github.com/a-h/templ v0.3.943 + github.com/apple/foundationdb/bindings/go v0.0.0-20240515141816-262c6fe778ad github.com/arangodb/go-driver v1.6.7 github.com/armon/go-metrics v0.4.1 github.com/aws/aws-sdk-go-v2 v1.39.5 -- cgit v1.2.3