This is the Linux app named Nebulex whose latest release can be downloaded as v2.4.2.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Nebulex with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Nebulex
DESCRIPTION
Nebulex provides support for transparently adding caching into an existing Elixir application. Similar to Ecto, the caching abstraction allows consistent use of various caching solutions with minimal impact on the code. Nebulex cache abstraction shields developers from directly dealing with the underlying caching implementations, such as Redis, Memcached, or even other Elixir cache implementations like Cachex. Additionally, it provides totally out-of-box features such as cache usage patterns, declarative annotation-based caching, and distributed cache topologies, among others. For intensive workloads, you may want to use :shards as the backend for the local adapter and having partitioned tables. In such a case, you have to add :shards to the dependency list. For enabling the usage of declarative annotation-based caching via decorators, you have to add :decorator to the dependency list.
Features
- Caches are wrappers around the in-memory data store
- Via the cache, we can put, get, update, delete and query existing entries
- A cache needs an adapter to communicate to the in-memory data store
- Decorators provide an elegant way of annotating functions to be cached or evicted
- It is possible the implementation of cache usage patterns like Read-through, Write-through, Cache-as-SoR, etc.
- Nebulex.Cache is the wrapper around the Cache
Programming Language
Elixir
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/nebulex.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.