-
Tools like Docker and Vagrant can be used to allow local environments to mimic production environments.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Messaging/Queueing Systems (Amazon SQS, RabbitMQ, Beanstalkd)
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
The app can use a local PostgreSQL and has no issues using a cloud service like Amazon RDS.
-
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Data Stores (Amazon RDS, MySQL, PostgreSQL)
-
An alternative here is using Docker to build your application, then you can be sure that your app has access to packages in the operating system.
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
stores session state in a session store like Memcached or Redis.
-
stores session state in a session store like Memcached or Redis.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Messaging/Queueing Systems (Amazon SQS, RabbitMQ, Beanstalkd)
-
amazon-sqs-java-messaging-lib
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
Messaging/Queueing Systems (Amazon SQS, RabbitMQ, Beanstalkd)