GithubHelp home page GithubHelp logo

Do you need GUI? about keydb HOT 15 CLOSED

topilski avatar topilski commented on May 29, 2024 5
Do you need GUI?

from keydb.

Comments (15)

topilski avatar topilski commented on May 29, 2024 7

@JohnSully i released FastoNoSQL with KeyDB support.

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

You create FastoRedis right?

We have some new features in the pipe that definitely could use a GUI. The obvious first one is an image data type we are working on - would be great to actually see a thumbnail.

We could also expose data on load and threads if that makes sense to visualize.

from keydb.

topilski avatar topilski commented on May 29, 2024

Yes, FastoRedis it is part of FastoNoSQL , it simple to add driver based on hiredis. Yes i think it is possible, how to receive threads count? Or get threads info from server?

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

I've added the following information to the INFO command in change ac80a5c.

Under the CPU section

server_threads:
Pretty straight foward, the number of threads server threads from the configuration file.

long_lock_waits:
This is used to diagnose cases where CPU cycles are being wasted in locks (e.g. if KeyDB is configured with too many threads). A large value here suggest the number of server threads should be reduced. This number increments monotonically from the start of the process.

Under the Clients Section
thread_N_clients:[Num clients]
e.g.
thread_0_clients:2
thread_1_clients:0

This shows the distribution of clients to threads.

As I mentioned before - when we get our image feature up this will be improved with proper GUI support so I'm really interested in working with you on that one. If you think of any other stats that might be interesting let me know and I can add support for them.

from keydb.

topilski avatar topilski commented on May 29, 2024

To start implementation i need logo for your db, and list of command which KeyDB support.

from keydb.

topilski avatar topilski commented on May 29, 2024

I think can be used Redis driver, but need to change icon and remove modules support, KeyDB have sentinels, clusters?

Screenshot from 2019-03-19 22-31-07

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

Yes KeyDB supports every Redis feature and is fully compatible with everything that supports Redis 5 including modules, sentinels, clusters, etc. Our goal is to add more features not take any away :)

HiRedis will work, however the version compiled in our tree will begin to have support for new features as we add them. I guess we'll have to rename it at some point to HiKeyDB.

KeyDB's logo is currently this cloud logo

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

Also we have a wider logo: logo

from keydb.

topilski avatar topilski commented on May 29, 2024

@JohnSully thank you for description. You have cool project!

from keydb.

topilski avatar topilski commented on May 29, 2024

Hey @JohnSully why default port is 6379?

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

It’s inherited from Redis. In general keyDB is a superset of Redis.

from keydb.

topilski avatar topilski commented on May 29, 2024

Ok, here branch where i start development for KeyDB https://github.com/fastogt/fastonosql_core/tree/keydb_api

from keydb.

topilski avatar topilski commented on May 29, 2024

Done:
keydb_first

I need to do some tests and merge it to master.

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

This is awesome! I can't wait to get this image feature out, its going to work great with your GUI.

from keydb.

topilski avatar topilski commented on May 29, 2024

@JohnSully you are welcome, will wait your feedback. Also we added links on our website. Thank you for great project!

from keydb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.