Skip to content
/ jabbah Public

This is a simple project about using amazon memorydb for redis in go

License

Notifications You must be signed in to change notification settings

bujosa/jabbah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jabbah

Jabbah is a simple project that demonstrates the use of Amazon MemoryDB for Redis.

Amazon MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB is compatible with Redis 5.0.6, enabling you to migrate your highest-performance workloads to the cloud with minimal effort.

Prerequisites

Before you begin, ensure you have the following installed:

You also need an Amazon MemoryDB for Redis account.

Environment Variables

This project uses the following environment variables:

  • ENVIRONMENT: The current environment. Can be development or production. Defaults to development if not set.

Running the Application

Locally

  1. Clone the repository:

    git clone the_repository_name
  2. Set your AWS credentials. See the AWS documentation for more information.

  3. Run Redis in a Docker container:

    docker-compose up -d
  4. Run the application:

    go run main.go

References

About

This is a simple project about using amazon memorydb for redis in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages