Skip to content

pythononwheels/redmonty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmonty logo

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

redmonty usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published