Software Alternatives & Reviews

Choosing a Database for Serverless Applications

Amazon SQS Amazon SNS Amazon RDS Amazon API Gateway
  1. Amazon Simple Queue Service is a fully managed message queuing service.
    Pricing:
    • Open Source
    Many serverless applications utilize pay-per-use components. Rather than paying hourly for a server, no matter how much traffic you get, you can pay for only the compute you use with AWS Lambda. Similarly, services like Amazon SQS, SNS, and API Gateway use a pay-per-use pricing model.

    #Data Integration #Stream Processing #Web Service Automation 64 social mentions

  2. Fully managed pub/sub messaging for microservices, distributed systems, and serverless applications
    Many serverless applications utilize pay-per-use components. Rather than paying hourly for a server, no matter how much traffic you get, you can pay for only the compute you use with AWS Lambda. Similarly, services like Amazon SQS, SNS, and API Gateway use a pay-per-use pricing model.

    #Data Integration #Stream Processing #Web Service Automation 54 social mentions

  3. Online shopping from the earth's biggest selection of books, magazines, music, DVDs, videos, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & personal care, br…
    Pricing:
    • Open Source
    Relational databases also do pretty well on the fully-managed factor. There are a number of services that will run a relational database for you without requiring you to spin up an EC2 instance and apt-get install your way to success. If you're using AWS, Amazon RDS is a clear option here but there are a number of other services out there. Whatever you do, don't run your own RDBMS instances unless you definitely know what you're doing.

    #Databases #NoSQL Databases #Relational Databases 68 social mentions

  4. Create, publish, maintain, monitor, and secure APIs at any scale
    Many serverless applications utilize pay-per-use components. Rather than paying hourly for a server, no matter how much traffic you get, you can pay for only the compute you use with AWS Lambda. Similarly, services like Amazon SQS, SNS, and API Gateway use a pay-per-use pricing model.

    #API Tools #APIs #Web Service Automation 94 social mentions

Discuss: Choosing a Database for Serverless Applications

Log in or Post with