
Redis
MongoDB
ArangoDB
Apache Cassandra
CouchBase
memcached
OrientDB
neo4j
AWS Lambda
Amazon API Gateway
Amazon S3
Google App Engine
DynamoDB
Google Cloud Functions
Amazon AWS
AWS Elastic Beanstalk
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.
AWS LambdaAWS Lambda might be a bit more popular than Redis. We know about 297 links to it since March 2021 and only 237 links to Redis. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Why a cache server? Well, to be, a cache system is the smallest piece of software one can found everywhere. There is a reason why redis, memcached or many other projects like that are used by everybody: developers need a way to store data quick. It could be for a session, for temporary data or simply to avoid annoying the main core database. A cache service is easy to create (key/value store), and can become... - Source: dev.to / about 2 months ago
Adding caching layers using services like Redis cache,. - Source: dev.to / about 2 months ago
Redis works well as the queue layer for this pattern. The receiver appends events to a list or stream. Workers consume from the stream, update event status on completion, and move failed events to a dead-letter queue after exhausting retries. - Source: dev.to / 2 months ago
Bifrost supports dual-layer semantic caching with exact match and semantic similarity. Backend options include Redis for exact caching, Weaviate for vector-based semantic matching, and Qdrant as an alternative vector store. - Source: dev.to / 3 months ago
In-memory caching shared across instances. There are no sticky sessions by default (though session affinity is available on a best-effort basis). Each request might hit a different instance. If you need shared state, you need an external store like Redis or Memorystore. - Source: dev.to / 4 months ago
AWS Lambda is a service that runs your code without you managing any servers. You write your code, deploy it to Lambda, and it takes care of the infrastructure โ servers, networking, security, and scaling. - Source: dev.to / about 2 months ago
Clay can replace the Lambda and API chain if you'd rather avoid custom code. You set up a Clay table as the enrichment layer, trigger it from Segment via webhook, and it handles the waterfall and CRM push without writing a function. The tradeoff: less control over scoring logic and higher cost per enriched contact. - Source: dev.to / about 1 month ago
To show why this matters, take a look at the following example. I have three AWS Lambda functions, Lambda being the serverless compute service, that each handle a different endpoint on the same API. But, almost everything about them is the same. They have the same runtime, the same memory configuration, and nearly the same structure. The only differences are the name, handler, and possibly some environment variables. - Source: dev.to / about 1 month ago
Query Expansion and Decomposition: Amazon Bedrock query expansion broadens search; AWS Lambda query decomposition breaks complex queries into sub-queries; AWS Step Functions orchestrates multi-step retrieval. - Source: dev.to / 2 months ago
You need to understand synchronous and asynchronous inference patterns, event-driven architectures using Amazon EventBridge, workflow orchestration with AWS Step Functions, data processing with AWS Lambda, state management with Amazon DynamoDB, and security with AWS Identity and Access Management (IAM). The exam tests your ability to design serverless architectures that scale automatically, handle failures... - Source: dev.to / 3 months ago
MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.
Amazon API Gateway - Create, publish, maintain, monitor, and secure APIs at any scale
ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.
Amazon S3 - Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
Apache Cassandra - The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.
Google App Engine - A powerful platform to build web and mobile apps that scale automatically.