Simplify the visualization of your In-Memory cache.
Most programming languages give you the possibility of having In-Memory cache, but there's a lack of tools that may allow you to visualize the content of such cache.
Nebula.Caching is an Open-Source project that aims at allowing you to have a way to visualize the contents of your In-Memory cache.
When inside src/ directory, you can run the following command:
ng serve --configuration=<environment> --open
Currently, you can specify two values for the environment (to replace in the previous command):
- development: will have in consideration the variables defined in environment.development.ts
- production (default value assumed is nothing is passed on) : will have in consideration the variables defined in environment.ts
Inside our src/ folder we have our Dockerfile and our docker-compose file.
To start the project via Docker, you just need to run the following command:
docker-compose up -d
Our documentation can be found here.
Some useful code snippets can be found here.
This project welcomes and appreciates any contributions made.
There are several ways you can contribute, namely:
- Report any bug found.
- Suggest some features or improvements.
- Creating pull requests.
Nebula.Caching is a free and open-source software licensed under the MIT License.
See LICENSE for more details.