Skip to content

Nebula-Software-Systems/Nebula.InMemoryVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula.InMemoryVisualizer

Simplify the visualization of your In-Memory cache.

About

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.

How to run the project

Via console

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

Via Docker

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

Documentation

Our documentation can be found here.

Samples

Some useful code snippets can be found here.

Contributing

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.

License

Nebula.Caching is a free and open-source software licensed under the MIT License.

See LICENSE for more details.