https://github.com/pythononwheels/redmonty
https://github.com/pythononwheels/redmonty
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythononwheels/redmonty
- Owner: pythononwheels
- License: mit
- Created: 2019-09-27T13:26:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:22:14.000Z (over 3 years ago)
- Last Synced: 2023-03-25T10:04:47.474Z (over 3 years ago)
- Language: CSS
- Size: 8.86 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# redmonty is a simple web based UI for REDis, MONgoDB and TinYDB based on python.
> Opensource and free.
## Based on
* Tornado(PythonOnWheels)
* Websockets
## Installation
> Just clone the repo and start the server.
## Status so far
### Redis working
* Connect
* Scan keys by pattern
* Create (set)
* Read (get)
* Update
* Delete
* Server info

## Next steps
* Add Hash Set/Get for Redis
* Add tinyDB
* Add mongoDB
* make client multi connect
** one channel per connection
Since PythonOnWheels supports mongoDB and tinyDB out of the box and they also support
JSON Documents, they can use the same UI as already implemented for Redis.
Just the Connection and CRUD methods need to be adapted
## For more info check: [The Homepage](http://www.pythononwheels.org/redmonty)