Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvondra/tedis
Tile38 UI written in Electron
https://github.com/vvondra/tedis
Last synced: 16 days ago
JSON representation
Tile38 UI written in Electron
- Host: GitHub
- URL: https://github.com/vvondra/tedis
- Owner: vvondra
- License: mit
- Created: 2017-06-19T19:03:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T20:51:31.000Z (about 7 years ago)
- Last Synced: 2024-08-01T00:47:29.661Z (3 months ago)
- Language: JavaScript
- Size: 16.3 MB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tedis
![Tedis](./screen.png)
[![Build Status](https://travis-ci.org/vvondra/tedis.svg?branch=master)](https://travis-ci.org/vvondra/tedis)
Tedis is a beautiful, easy-to-use [Tile38](http://tile38.com/) management application built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Redux](https://github.com/rackt/redux). It's powered by many awesome Node.js modules, especially [ioredis](https://github.com/luin/ioredis) and [ssh2](https://github.com/mscdex/ssh2).
It is a fork of [Medis](http://getmedis.com/), a UI for Redis. Since Tile38 supports the Redis RESP protocol, many of the features and core functionalities of Medis could be re-used and build upon. Many thanks to the original creators!
Tedis starts with all the basic features you need:
* Keys viewing/editing
* SSH Tunnel for connecting with remote servers
* Terminal for executing custom commands
* Config viewing/editing
* Visualizing GeoJSON on a rendered map canvasIt also supports many advanced features:
* Working with millions keys and key members without blocking the redis server
* Pattern manager for easy selecting a sub group of keys.## Download Tedis
*Coming soon*
## Running Locally
```bash
# 1. Install dependencies
npm install# 2. Compile assets
npm run build# 3. Launch electron app
npm run electron
```## License
MIT