Skip to content

Commit

Permalink
feat(valkey): add valkey (#21971)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 27, 2024
1 parent 0d6b0d7 commit 5f1c691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The diagram illustrates the repository's architecture, which is considered overl

- **Trino** - Distributed SQL query engine
- **PostgreSQL** - Object-relational database
- **Postgres Operator** - PostgreSQL high-availability (HA) template
- **Patroni** - PostgreSQL high-availability (HA) template
- **Postgres Operator** - PostgreSQL cluster provisioning
- **pgAdmin** - PostgreSQL management tool
- **MySQL** - Relational database
Expand All @@ -248,15 +248,17 @@ The diagram illustrates the repository's architecture, which is considered overl
- **InfluxDB** - Distributed time-series database
- **Loki** - Log aggregation system
- **DuckDB** - Embedded analytical SQL database
- **RocksDB** - Embedded key-value store
- **Redis** - Distributed in-memory key-value store
- **Valkey** - Fork of Redis
- **KeyDB** - Multithreaded fork of Redis
- **Apache Cassandra** - Distributed wide-column NoSQL database
- **LanceDB** - Embedded vector database
- **Qdrant** - Distributed vector database
- **Chroma** - Distributed vector database
- **Dgraph** - Distributed graph database
- **Elasticsearch** - Distributed document-oriented search engine
- **Kibana** - Elasticsearch visualization
- **Redis** - Distributed in-memory key–value database
- **KeyDB** - Multithreaded fork of Redis
- **MinIO** - Object storage
- **Apache ZooKeeper** - Distributed coordination system
- **Apache Hadoop** - Software utility collection
Expand Down Expand Up @@ -405,6 +407,7 @@ The diagram illustrates the repository's architecture, which is considered overl
- **Lightning** - Deep Learning framework
- **NeuralForecast** - Neural forecasting
- **Transformers** - Machine learning models
- **Faiss** - Vector search and similarity library
- **Gradio** - Machine learning web application building
- **Streamlit** - Data web application building
- **AutoGluon** - Automated machine learning (AutoML) library
Expand Down
6 changes: 6 additions & 0 deletions data-storage/valkey/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
valkey-run:
docker run \
--detach \
--name=hm-valkey \
--publish=6379:6379 \
docker.io/valkey/valkey:latest

0 comments on commit 5f1c691

Please sign in to comment.