Stately Cloud
stately.cloud
Stately Cloud
@stately.cloud
We're building a database on top of DynamoDB that makes it easier to use. With our elastic schema, you can always change your mind and reconfigure your data model with automatic backwards compatibility.
Encoding database keys so they sort correctly turns out to be trickier than you might think. We designed a special format that keeps numbers sorted as strings.

These are the sort of edge cases we solve to make it easier to build single-table data models.

stately.cloud/blog/encodin...
Encoding Sortable Binary Database Keys
When building applications that need to store hierarchical data efficiently, developers often reach for patterns like DynamoDB’s single-table design, where you organize data into grouped, sortable lis...
stately.cloud
August 26, 2025 at 7:51 PM
The DynamoDB team wrote a blog post explaining why you need StatelyDB's Elastic Schema.

stately.cloud/blog/aws-jus...
AWS Just Explained Why You Need Elastic Schema
AWS recently published a guide on evolving DynamoDB data models that walks through the steps needed to safely modify your database schema in production. The guide is useful, but it also perfectly illu...
stately.cloud
August 8, 2025 at 5:52 PM
In a weird quirk of evolution, different crustaceans all end up evolving to look like crabs. Another convergent evolution is the inevitable march of database infrastructure towards something that looks like DynamoDB.

Don't think it'll happen to you? stately.cloud/blog/sea-cre...
Sea creatures evolve into crabs, databases evolve into DynamoDB
Animals in the Ocean Evolve into Crabs In evolutionary biology there’s a concept called “carcinization”. Put simply, there is a trend towards different crustacean species evolving to have crab-like bo...
stately.cloud
July 30, 2025 at 6:50 PM
Developing software with agentic AI isn't the future - it's the present. Are our infrastructure tools, and especially our databases, ready for it? No way.

stately.cloud/blog/the-fut...
The Future of Software Development is Agentic
September 1993 marked the beginning of the end of the Internet as we knew it. But also its rebirth into something unrecognizable, new and wonderful. Prior to crossing this Rubicon, every fall brought ...
stately.cloud
July 3, 2025 at 7:08 PM
Reposted by Stately Cloud
What do you think? Using a SQL database with those magic design patterns (no foreign keys, no joins, JSON documents). This slide is from Canva at #AWSreInvent keynote
🤔 Why not using a document database then?
December 5, 2024 at 5:50 PM
What happens when you combine the power of an AI copilot with the safety of a schema that only allows you to make safe changes? Try it out with our new StatelyDB MCP server!

stately.cloud/blog/announc...
Announcing an MCP Server for StatelyDB
StatelyDB is the only database specifically optimized for change which makes it a natural fit for generative AI. We’re excited to announce our new Model Context Protocol (MCP) Server for StatelyDB tha...
stately.cloud
May 12, 2025 at 10:11 PM
How do you get all the advantages of a SaaS platform but still keep full control of your data, AND get to use your negotiated AWS discounts and committed spend? The BYOC deployment model is the solution to this common problem:
stately.cloud/blog/bring-y...
Bring Your Own Cloud Keeps You in Control of Your Data
When StatelyDB first started out, we only supported fully-hosted databases run by us. Not only was it faster for us (and customers) to get started that way, it let us take on all the operational pain ...
stately.cloud
May 8, 2025 at 8:19 PM
What's the best way to reduce cloud costs? Stop doing unnecessary work! I cut read costs for my application by 60% by syncing data instead of reloading it all. This is such a common and effective pattern that it was one of the first things we built into StatelyDB.

stately.cloud/blog/reducin...
Reducing DynamoDB read costs by 60% using Sync
As a NoSQL database, StatelyDB exposes all the classic CRUD APIs you’re used to - Put, Get, Delete, and List. But there’s one other core API that we think is a game changer - SyncList. To explain why ...
stately.cloud
April 21, 2025 at 5:09 PM
We've been hosting our own GitHub Action Runners but sometimes they go down. We whipped up a quick monitoring system that reports outages to our Slack. And we decided to go the serverless route and build using AWS Lambda with StatelyDB for persistence.

stately.cloud/blog/monitor...
Monitoring GitHub Action Runners with StatelyDB, AWS CDK, and Lambda
Monitoring GitHub Action Runners with StatelyDB, AWS CDK, and Lambda At Stately, we’ve been hosting our own GitHub Action Runners on-prem which has given us a lot of flexibility and control over our b...
stately.cloud
April 18, 2025 at 7:02 PM
Reposted by Stately Cloud
A good read on how DynamoDB has evolved over the past decade. DynamoDB was originally launched in 2012, and this retrospective paper was published in 2022. www.usenix.org/conference/a...

Some takeaways after reading it 🧵
February 9, 2025 at 7:33 PM
DynamoDB is great for consistent performance, but getting started on it (or changing anything afterwards) can be difficult. What if it was easier to model your data in a way that sets you up for success and lets you sleep through the night?

stately.cloud/blog/data-mo...
Data modeling in DynamoDB is awkward.
DynamoDB provides an incredible set of no-frills features for building apps and services. It has consistent performance at any scale. Very low operational pain. Simple cost model. Missing from that li...
stately.cloud
February 6, 2025 at 6:56 PM
DIM's been doing great since switching from Postgres to StatelyDB - costs are down and it's rock solid. I have a followup post coming soon that takes the wins even further.
February 4, 2025 at 6:03 PM
What does it look like to migrate the backend for a popular web app to StatelyDB (and by extension, DynamoDB)? A better developer experience, more efficient querying, and less operational overhead: stately.cloud/blog/migrati...
Migrating Destiny Item Manager to StatelyDB
Destiny Item Manager (DIM) is an open-source, community developed companion app for Bungie’s Destiny and Destiny 2 video games. DIM is extremely popular among Destiny players, with over 500,000 monthl...
stately.cloud
January 28, 2025 at 6:36 PM
Reposted by Stately Cloud
One thing I wish I knew before learning #AWS:

Start with the core services like EC2, S3, SQS, SNS & DynamoDB. These are the foundation of AWS, and many other services like ECS, App Runner & EventBridge build on them. Mastering these basics makes it much easier to learn and use the rest effectively!
November 27, 2024 at 9:25 PM
Hello Bluesky! We're Stately Cloud, and we're building a database on top of DynamoDB that makes it easier to use. With our elastic schema, you can always change your mind and reconfigure your data model with automatic backwards compatibility. Check out stately.cloud/blog/develop... to learn more.
Developers should be able to change their minds
You know that feeling when you start a brand new project? It’s one of the best parts of being a software engineer. Empty repo on GitHub, blinking cursor in your editor, you joyfully work on some local...
stately.cloud
January 14, 2025 at 7:06 PM