D1, Workers - D1 can restrict data localization with jurisdictions
8mo ago
Source
CloudflareD1, Workers - D1 can restrict data localization with jurisdictionscloudflare.comYou can now set a jurisdiction when creating a D1 database to guarantee where your database runs and stores data. Jurisdictions can help you comply with data localization regulations such as GDPR. Supported jurisdictions include eu and fedramp . A jurisdiction can only be set at database creation time via wrangler, REST API or the UI and cannot be added/updated after the database already exists. npx wrangler@latest d1 create db-with-jurisdiction --jurisdiction eu curl -X POST " \ -H "Authorization: Bearer $TOKEN " \ -H "Content-Type: application/json" \ --data '{"name": "db-with-jurisdiction", "jurisdiction": "eu" }' To learn more, visit D1's data location documentation .
You might also wanna read
Moving Your Digital Stack to Europe: A Practical Guide to Digital Sovereignty
The article discusses the author's personal journey of migrating their digital tools and infrastructure from US-based cloud services to Euro

No jurisdiction has granted users actual data ownership despite GDPR and CCPA privacy laws
Despite the implementation of major privacy regulations like the GDPR in Europe and the CCPA in California, no jurisdiction has granted user
European Companies Should Migrate Sensitive Data from US Clouds to EU-Native Alternatives for Digital Sovereignty
The article argues that European companies should move their sensitive data and workloads from US-based cloud providers to EU-native alterna
Building a Startup on European Infrastructure: Challenges and Lessons Learned
The author shares their experience building a startup entirely on European infrastructure instead of American cloud providers like AWS. Whil
Tech industry condemns EU cloud data localisation plans
Understanding EU Data Sovereignty: What It Means and Why It Matters
The article discusses the concept of EU data sovereignty, which requires that data belonging to EU citizens be kept within the EU. The autho

Comments
Sign in to join the conversation.
No comments yet. Be the first.