I fixed schizo.social's auth; had to index my with a composite primary key ( is an art)

I'm a bit stumped about what to work on next.

The load time for the timelines bothers me; it's still occasionally timing out just loading 20 toots from two servers. I feel like introducing a is my only choice, but I don't like the idea of adding client-side rendering.

#client #Mastodon #programming #webdev #websocket #aws #dynamodb

Last updated 1 year ago

Bart Louwers · @bart
59 followers · 252 posts · Server floss.social

Is still lovable? Going through the docs right now. Seems more fun than using a corporate (and proprietary) Document DB like , or . Also looks more fun than using the weird JSON syntax of .

#couchdb #MongoDB #dynamodb #firebase #PostgreSQL

Last updated 1 year ago

DB-Engines · @DBEngines
21 followers · 12 posts · Server techhub.social

DB-Engines Ranking climbers of the month:
1.
2.
3.
db-engines.com/en/ranking

#dynamodb #snowflakedb #databricks

Last updated 1 year ago

@licked testing is plenty helpful! I have lots of options; arc.codes supports , and webSockets. I'm just trying to keep it as simple as I can, so I'm being conservative. I made the repo public if you want to have a look; github.com/jessehattabaugh/sch

#dynamodb

Last updated 1 year ago

Maksim Aniskov · @maksim
7 followers · 68 posts · Server fedi.aniskov.com

Preview: AWS .NET Distributed Cache Provider for DynamoDB
aws.amazon.com/blogs/developer
This library enables Amazon DynamoDB to be used as the storage for ASP.NET Core’s distributed cache framework. A cache can improve the performance of an application; an external cache allows the data to be shared across application servers and helps to avoid cache misses when the application is restarted or redeployed.

#aws #dotnet #dynamodb

Last updated 1 year ago

Miguel Filipe · @msf
5 followers · 4 posts · Server hachyderm.io

cacm.acm.org/magazines/2023/6/ — strangely similar to the internals of and invented at about the same time.
FoundationDB is the “metastore” used on Snowflake. It is also used internally at Apple in projects they don’t disclose.. . it sounds like a cool system, too hyperscale for me to use right now..

In a universe where cross-breeds w/ foundationDB we would get a really amazing open source distributed DB.

#dynamodb #cockroachdb

Last updated 1 year ago

Just learned that we can do CRUD operations to DynamoDB directly from API Gateway! My mind is blown. Has anyone here actually implemented that? I’m wondering if this is a “just because you can, doesn’t mean you should” scenario.

#aws #dynamodb #apigateway

Last updated 1 year ago

Chris Knight · @chrisknight
0 followers · 4 posts · Server hachyderm.io

Just released my first ever blog post 🎉 . Deno released a new globally distributed database, KV, so I went down the rabbit hole comparing it to other globally distributed databases.

global-db-comparison.deno.dev/

#serverless #deno #denokv #planetscale #fauna #dynamodb #upstash

Last updated 1 year ago

InfoQ · @infoq
612 followers · 239 posts · Server techhub.social

has come a long way since its launch in 2012!

Akshat Vig presents his experience of operating this system at a massive scale and how the architecture continues to evolve to meet the ever-increasing demands of customer workloads.

Don't miss this insightful talk: bit.ly/3NkpMgf

#amazon #dynamodb #infoq

Last updated 1 year ago

Yoav Lavi · @yoavlavi
27 followers · 21 posts · Server hachyderm.io
Brian LeRoux 💚 · @brianleroux
2622 followers · 1516 posts · Server indieweb.social

Managed vendor solutions performance compared by @tbeseda (spoiler: is fast)

begin.com/blog/posts/2023-06-0

#dynamodb #lambda #aws #database

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
153 followers · 385 posts · Server hachyderm.io

also rewards access patterns that pull a range of values under a single partition key, and modyne helps to leverage that fact with strongly-typed `Aggregate`s and `ProjectionSet`s, greatly simplifying the process of consuming queries containing mixed entities.

Modyne stands on the shoulders of `serde_dynamo` and `serde` to provide serialization and deserialization support.

#dynamodb

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
153 followers · 385 posts · Server hachyderm.io

Modyne provides a high-level API to define entities with the goal of guiding usage toward a "pit of success". Usage centers on entities defined using the `EntityDef` derive macro and `Entity` trait, declaring the primary and index keys that the entity participates in. From there, persisting the entity is as simple as `my_entity.create().execute(&table).await?`. This makes the experience in usage somewhat similar to an ORM.

#rustlang #rust #dynamodb

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
153 followers · 385 posts · Server hachyderm.io

Single-table design is a method of building a data model that takes advantage of the strengths of and its architecture to ensure fast and consistent operation. This model was popularized by Alex DeBrie in his book "The DynamoDB Book".

#dynamodb

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
153 followers · 385 posts · Server hachyderm.io

Announcing the release of modyne, a new crate for building data models with AWS , particularly when following single-table design principles. 🧵

TL;DR: Check out the docs at docs.rs/modyne

#rust #dynamodb #rustlang

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
148 followers · 368 posts · Server hachyderm.io

Is there any interest in me open-sourcing this? I have a couple of other open-source projects already, including aliri, aliri_braid, protoc-gen-prost, as well as being an every-so-often contributor to prost, tonic, and several other Rust projects. I don’t want to “add” to my maintainer burden unnecessarily, but if there’s interest in such a library, I can make it public. Thoughts?

#rustlang #dynamodb

Last updated 2 years ago

Marcus Griep :rust: · @mvgrim
148 followers · 367 posts · Server hachyderm.io

After doing some significant work with DynamoDB and getting introduced to “single-table design” as defined in Alex DeBrie’s “The DynamoDB Book”, I’m getting pretty close to finishing up a high-level Rust crate to make interacting with DynamoDB easier, less error-prone, and a smidge more ORM-like, all while being opinionated and leaning heavily into the single-table model. It builds on the aws-sdk and the great work in serde_dynamo. 🧵

#rustlang #dynamodb

Last updated 2 years ago

Esther Schindler · @estherschindler
956 followers · 1398 posts · Server hachyderm.io

We benchmarked read and update performance by running common workloads with a fixed dataset size of 50GB (plus replications) and multiple throughput levels (measured by operations per second) across two popular SDBaaS solutions: Amazon and Enterprise Cloud. No matter which workload we tested, Redis Enterprise Cloud maintained an end-to-end latency of 0.5-0.6 msec.
redis.com/blog/serverless-data

#dynamodb #redis

Last updated 2 years ago