#foundationdb — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #foundationdb, aggregated by home.social.
-
Flow: Actor-based language for C++, used by FoundationDB
https://github.com/apple/foundationdb/tree/main/flow
#HackerNews #Flow #Actor-based #C++ #FoundationDB #ProgrammingLanguages
-
#FoundationDB: A Distributed Database That Can't Be Killed https://thenewstack.io/foundationdb-a-distributed-database-that-cant-be-killed/
-
👀 Ever wonder how services like #Apple's #CloudKit handle massive datasets on #FoundationDB despite its 5s transaction limits?
🔬 My new post dives into the FDB Record Layer's continuation mechanism
🔗 https://pierrezemb.fr/posts/understanding-fdb-record-layer-continuations/
-
FoundationDB's #SQL #API documentation: an epic tale of how to ✨toggle✨, 🌓auto light/dark⚫ modes, and navigate endless #sidebars. 🤹♂️ Because who needs actual content when you can revel in the joys of #UI gymnastics? 🚀
https://foundationdb.github.io/fdb-record-layer/SQL_Reference.html #FoundationDB #Documentation #Toggle #DarkMode #HackerNews #ngated -
FoundationDB's #SQL #API documentation: an epic tale of how to ✨toggle✨, 🌓auto light/dark⚫ modes, and navigate endless #sidebars. 🤹♂️ Because who needs actual content when you can revel in the joys of #UI gymnastics? 🚀
https://foundationdb.github.io/fdb-record-layer/SQL_Reference.html #FoundationDB #Documentation #Toggle #DarkMode #HackerNews #ngated -
FoundationDB's #SQL #API documentation: an epic tale of how to ✨toggle✨, 🌓auto light/dark⚫ modes, and navigate endless #sidebars. 🤹♂️ Because who needs actual content when you can revel in the joys of #UI gymnastics? 🚀
https://foundationdb.github.io/fdb-record-layer/SQL_Reference.html #FoundationDB #Documentation #Toggle #DarkMode #HackerNews #ngated -
FoundationDB's #SQL #API documentation: an epic tale of how to ✨toggle✨, 🌓auto light/dark⚫ modes, and navigate endless #sidebars. 🤹♂️ Because who needs actual content when you can revel in the joys of #UI gymnastics? 🚀
https://foundationdb.github.io/fdb-record-layer/SQL_Reference.html #FoundationDB #Documentation #Toggle #DarkMode #HackerNews #ngated -
🚀 Had some fun hacking together a new TUI (with @ratatui_rs) to dig into the #FoundationDB #simulation framework!
It visualizes nemesis workloads like:
⚡ Attrition
🌐 Network Splits
⏳ Induced LatenciesCheck it out here 👉 https://github.com/PierreZ/fdb-sim-visualizer
-
DeepSeek's Open Source 3FS Distributed File System Promises Efficiency and Better Scaling for AI Workloads
#AI #OpenSource #DeepSeek #3FS #DistributedStorage #FileSystem #HPC #BigData #DeepLearning #FoundationDB #CRAQ #AIInfrastructure
-
I just published a new blogpost "Debugging #FoundationDB's Data Distributor" https://pierrezemb.fr/posts/fdb-data-distributor/
-
✍️ Just released a new article: "Ensuring Safety in #foundationdb's #rustlang crate"
👀 Check it out here: https://pierrezemb.fr/posts/providing-safety-fdb-rs/
-
測 FoundationDB
在愈來愈多的地方看到 Apple 開發的 FoundationDB 的蹤跡,所以就架起來玩看看。
資料結構只有 ordered key-value 的形式,可以針對 key range 操作,加上有 transaction,大概就是提供這幾個功能,雖然有些限制 (可以參考維基百科列出來的,不支援 Long transactions、Large transactions 以及 Large keys and values),但已經可以做很多事情了,也可以理解為什麼叫做 FoundationDB。
假設要設計一
https://blog.gslin.org/archives/2024/12/24/12156/%e6%b8%ac-foundationdb/
#Computer #Database #Murmuring #Software #apple #database #db #engine #foundationdb #key #ordered #range #scalable #transaction #value
-
🎈[Adopt] #dbt continues as an "Adopt", with lots of love for its support for integration into good engineering practices like unit testing
🧪 [Trial] CAP (https://github.com/dotnetcore/CAP) is a .NET library for implementing the #Outbox pattern
🧪 [Trial] Unity Catalog (specifically, Databricks' managed version) moves from "Assess" to "Trial"
🔍 [Assess] #FoundationDB
🔍 [Assess] PGLite (https://github.com/electric-sql/pglite) provides #Postgres in the browser using WASM
-
Does anyone have ever heard of #FoundationDB? https://www.foundationdb.org/
-
🚀 The #rustlang crate #foundationdb has now surpassed 2 million downloads, with an average of around 15k downloads per day.
🎉 Thank you to everyone who has supported and contributed! -
So, has anyone built a #S3 compatible API on top of #FoundationDB? Sounds like a great match.
-
I just published "Redwood’s memory tuning in #FoundationDB"
https://pierrezemb.fr/posts/redwood-memory-tuning/ -
Автоматическое тестирование ускорило разработку в 50 раз. Сказка от создателей FoundationDB
Автоматическое тестирование по сравнению с обычным, источник Стартап Antithesis Operations LLC создан разработчиками известной системы FoundationDB . Они говорят , что между двумя продуктами много общего: «Когда в 2010 году мы взялись за создание масштабируемой, отказоустойчивой распределённой базы данных с ACID-транзакциями, большинство людей не думали, что такое возможно. Вот и сейчас многие не верят в полную автоматизацию тестирования». Сейчас они уверены, что произвели революцию в разработке программного обеспечения. Они сделали полностью автономную и детерминированную систему автоматического тестирования. Внедрение системы в их собственной компании ускорило разработку в 50 раз, потому что программисты теперь думают только о коде и не боятся ошибок. 100% багов выявляется автоматически. Вручную писать тесты не надо, никаких тестировщиков, SDET и QA. Двое-трое программистов выполняют работу за 100−150 человек. Настоящая сказка!
https://habr.com/ru/companies/ruvds/articles/800009/
#ruvds_статьи #Antithesis #автоматическое_тестирование #теория_ограничений #поиск_багов #QA #обеспечение_качества #TechOps #DevelopmentDriven_Approach #TDD #bug_bounty #CAPтеорема #Palantir #FoundationDB #ACIDтранзакции #sometimes_assertions #вероятностные_утверждения #детерминированное_тестирование
-
Автоматическое тестирование ускорило разработку в 50 раз. Сказка от создателей FoundationDB
Автоматическое тестирование по сравнению с обычным, источник Стартап Antithesis Operations LLC создан разработчиками известной системы FoundationDB . Они говорят , что между двумя продуктами много общего: «Когда в 2010 году мы взялись за создание масштабируемой, отказоустойчивой распределённой базы данных с ACID-транзакциями, большинство людей не думали, что такое возможно. Вот и сейчас многие не верят в полную автоматизацию тестирования». Сейчас они уверены, что произвели революцию в разработке программного обеспечения. Они сделали полностью автономную и детерминированную систему автоматического тестирования. Внедрение системы в их собственной компании ускорило разработку в 50 раз, потому что программисты теперь думают только о коде и не боятся ошибок. 100% багов выявляется автоматически. Вручную писать тесты не надо, никаких тестировщиков, SDET и QA. Двое-трое программистов выполняют работу за 100−150 человек. Настоящая сказка!
https://habr.com/ru/companies/ruvds/articles/800009/
#ruvds_статьи #Antithesis #автоматическое_тестирование #теория_ограничений #поиск_багов #QA #обеспечение_качества #TechOps #DevelopmentDriven_Approach #TDD #bug_bounty #CAPтеорема #Palantir #FoundationDB #ACIDтранзакции #sometimes_assertions #вероятностные_утверждения #детерминированное_тестирование
-
Автоматическое тестирование ускорило разработку в 50 раз. Сказка от создателей FoundationDB
Автоматическое тестирование по сравнению с обычным, источник Стартап Antithesis Operations LLC создан разработчиками известной системы FoundationDB . Они говорят , что между двумя продуктами много общего: «Когда в 2010 году мы взялись за создание масштабируемой, отказоустойчивой распределённой базы данных с ACID-транзакциями, большинство людей не думали, что такое возможно. Вот и сейчас многие не верят в полную автоматизацию тестирования». Сейчас они уверены, что произвели революцию в разработке программного обеспечения. Они сделали полностью автономную и детерминированную систему автоматического тестирования. Внедрение системы в их собственной компании ускорило разработку в 50 раз, потому что программисты теперь думают только о коде и не боятся ошибок. 100% багов выявляется автоматически. Вручную писать тесты не надо, никаких тестировщиков, SDET и QA. Двое-трое программистов выполняют работу за 100−150 человек. Настоящая сказка!
https://habr.com/ru/companies/ruvds/articles/800009/
#ruvds_статьи #Antithesis #автоматическое_тестирование #теория_ограничений #поиск_багов #QA #обеспечение_качества #TechOps #DevelopmentDriven_Approach #TDD #bug_bounty #CAPтеорема #Palantir #FoundationDB #ACIDтранзакции #sometimes_assertions #вероятностные_утверждения #детерминированное_тестирование
-
📈 Milestone achieved! Clever Cloud's metric system has now exceeded 30TB of data before replication and compression 🚀
🔧 Leveraging #Warp10
and #FoundationDB has been key for handling this scale efficiently 😎 -
🚀 #p99 read latency under 1ms is always good to see!
🙏 Thank you #FoundationDB -
🚀 #p99 read latency under 1ms is always good to see!
🙏 Thank you #FoundationDB -
🚀 #p99 read latency under 1ms is always good to see!
🙏 Thank you #FoundationDB -
🚀 #p99 read latency under 1ms is always good to see!
🙏 Thank you #FoundationDB -
🚀 #p99 read latency under 1ms is always good to see!
🙏 Thank you #FoundationDB -
🚀 Did you know? Clever Cloud
's cutting-edge infrastructure is producing a whopping 2TB of telemetry every week (pre-replication)!🔐 Safely and joyfully stored using the powerful combo of #warp10io
and #FoundationDB ✨#timeseries #infrastructure -
Sometimes, the devil's lies in the details. Having a #distsys capable of diagnosis itself is such a relieve 🤩
```
Performance limited by process: Storage server performance (storage queue)
```
Thanks #FoundationDB -
Sometimes, the devil's lies in the details. Having a #distsys capable of diagnosis itself is such a relieve 🤩
```
Performance limited by process: Storage server performance (storage queue)
```
Thanks #FoundationDB -
Sometimes, the devil's lies in the details. Having a #distsys capable of diagnosis itself is such a relieve 🤩
```
Performance limited by process: Storage server performance (storage queue)
```
Thanks #FoundationDB -
Sometimes, the devil's lies in the details. Having a #distsys capable of diagnosis itself is such a relieve 🤩
```
Performance limited by process: Storage server performance (storage queue)
```
Thanks #FoundationDB -
Sometimes, the devil's lies in the details. Having a #distsys capable of diagnosis itself is such a relieve 🤩
```
Performance limited by process: Storage server performance (storage queue)
```
Thanks #FoundationDB -
#DenoKV is in Open Beta https://deno.com/blog/kv-open-beta
#Deno now has a #database built into it's core!!
When you run it locally it's free and backed by #SQLite, and when you use #DenoDeploy it uses #FoundationDB
-
#DenoKV is in Open Beta https://deno.com/blog/kv-open-beta
#Deno now has a #database built into it's core!!
When you run it locally it's free and backed by #SQLite, and when you use #DenoDeploy it uses #FoundationDB
-
#DenoKV is in Open Beta https://deno.com/blog/kv-open-beta
#Deno now has a #database built into it's core!!
When you run it locally it's free and backed by #SQLite, and when you use #DenoDeploy it uses #FoundationDB
-
#DenoKV is in Open Beta https://deno.com/blog/kv-open-beta
#Deno now has a #database built into it's core!!
When you run it locally it's free and backed by #SQLite, and when you use #DenoDeploy it uses #FoundationDB
-
#DenoKV is in Open Beta https://deno.com/blog/kv-open-beta
#Deno now has a #database built into it's core!!
When you run it locally it's free and backed by #SQLite, and when you use #DenoDeploy it uses #FoundationDB
-
#Development #Previews
Deno KV · A global database built for JavaScript and TypeScript with zero setup https://ilo.im/12nl7x_____
#WebDevelopment #WebDev #Frontend #Backend #Database #Serverless #JavaScript #TypeScript #FoundationDB #SQLite -
🤯 #DevoxxFR videos are already available!
👀 Come and discover our talk on #FoundationDB: the best kept secret of new distributed architectures!
🇫🇷 In french -
I will be speaking about #FoundationDB at #DevoxxFR 🚀
-
Announcing the #FoundationDB Online meetup!
https://forums.foundationdb.org/t/announcing-the-foundationdb-online-meetup/3677 -
Time to do my #Introduction
My name is Pierre, I'm a senior software engineer living in Brest, France 🇫🇷
My main programming languages are #java and #rust
I have built/operated/contributed to a number of distributed systems such as #HBase, #Kafka, #Pulsar, #ETCD 👨💻
I'm now building #serverless #databases on top of #FoundationDB in a european cloud provider called Clever Cloud ☁️
You might also see some #squash screenshots by following me 💪
Feel free to reach out 🤝