All Projects → acadevmy → redis-patterns-console

acadevmy / redis-patterns-console

Licence: Apache-2.0 license
An interactive (and reactive) console to try and go into the deep of Redis and its patterns!

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to redis-patterns-console

redis-developer.github.io
The Home of Redis Developers
Stars: ✭ 28 (+27.27%)
Mutual labels:  redis-server, redis-client
The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (+13.64%)
Mutual labels:  redis-server, redis-client
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+990.91%)
Mutual labels:  patterns
reactive-angular-workshop
This is the source code for the world's greatest Reactive Angular Workshop.
Stars: ✭ 30 (+36.36%)
Mutual labels:  rxjs
ng-effects
Reactivity system for Angular. https://ngfx.io
Stars: ✭ 46 (+109.09%)
Mutual labels:  rxjs
thruway.js
RxJS WAMPv2 Client
Stars: ✭ 28 (+27.27%)
Mutual labels:  rxjs
fullstack-typescript
A demo project of a full stack typescript application
Stars: ✭ 28 (+27.27%)
Mutual labels:  rxjs
ui patterns
[NOTE] Development has moved to https://drupal.org/project/ui_patterns
Stars: ✭ 87 (+295.45%)
Mutual labels:  patterns
angular-model-pattern-example
Model pattern for Angular (2, 4, ...), manage and share your state with simple services using RxJS Subjects and Observables
Stars: ✭ 37 (+68.18%)
Mutual labels:  rxjs
rxjs-sort-visualization
sorting algorithm visualization build by Rxjs 🐠
Stars: ✭ 16 (-27.27%)
Mutual labels:  rxjs
cgol
Conway's Game of Life in the Terminal
Stars: ✭ 32 (+45.45%)
Mutual labels:  patterns
observer-spy
This library makes RxJS Observables testing easy!
Stars: ✭ 310 (+1309.09%)
Mutual labels:  rxjs
ngx-translate-module-loader
Highly configurable and flexible translations loader for @ngx-translate/core
Stars: ✭ 31 (+40.91%)
Mutual labels:  rxjs
rxhr
Tiny Observable based HTTP client for browsers
Stars: ✭ 15 (-31.82%)
Mutual labels:  rxjs
observable-profiler
Tracks new & disposed Observable subscriptions
Stars: ✭ 41 (+86.36%)
Mutual labels:  rxjs
react-rxjs-flux
a small library for creating applications based on unidirectional data flow
Stars: ✭ 22 (+0%)
Mutual labels:  rxjs
container-apps-connect-multiple-apps
Azure Sample showing how to connect and call multiple container apps within the same environment. Shows the approach to use both with and without Dapr.
Stars: ✭ 41 (+86.36%)
Mutual labels:  patterns
ccex-api
Cryptocurrency exchanges realtime api wrapper
Stars: ✭ 29 (+31.82%)
Mutual labels:  rxjs
redisbloom-go
Go Client for RedisBloom probabilistic module
Stars: ✭ 74 (+236.36%)
Mutual labels:  redis-client
redis-rs
Redis client for Rust.
Stars: ✭ 25 (+13.64%)
Mutual labels:  redis-client

REDIS PATTERNS CONSOLE

An interactive (and reactive) console to try and go into the deep of Redis and its patterns!

With Redis Patterns Console you can try and walk through the most important features of Redis.
Visit https://acadevmy.github.io/redis-patterns-console and enjoy it!

Redis Patterns Console is an interactive (and reactive) console, written in Angular, with some useful features:

  • Step by Step Patterns panel, with integrated command execution and detection of contextual official Redis doc;
  • Command-line and history of Redis Server responses;
  • Command list (divided by categories) and detection of contextual official Redis doc;
  • Interactive Command suggestion;
  • Isolated Client sessions.

redis-patterns-console

Redis Patterns Console is inspired by Try-Redis project.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Contribute

If you wish to contribute please read CONTRIBUTING.md file. Thanks for your future contributions!

TODO Roadmap:

  • SASS refactoring (global and components);
  • Architectures Modules improvements;
  • Statefull Component improvements;
  • Stateless Components refactoring and improvements;
  • Continuous refactoring;
  • Blacklist Enum; [TBD]
  • Increase GitHub API calls (with GitHub login) to 5000 (per token);
  • Everythings you notice! 🙏

 

⚙️ Redis WebSocket Server (NodeJS) ⚙️

Redis WebSocket Server is a simple NodeJS script used as a bridge to interact with Redis Server via WebSocket. Redis Patterns Console uses Redis WebSocket Server to communicate between Redis Server and Angular SPA.

Visit our repo on GitHub:
https://github.com/acadevmy/Redis-websocket-server

📖 Redis Patterns Cookbook 📖

Furthermore, you can visit REDIS Patterns Cookbook repository and read some of the most common patterns of Redis, the greatest in memory database.

 

Maintained with ❤️ by Acadevmy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].