Skip to content

Commit

Permalink
doc: add logo picture for README (#1731)
Browse files Browse the repository at this point in the history
also make subtitle clearly
  • Loading branch information
imbajin authored Jan 13, 2022
1 parent e9cef74 commit 1e83e37
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# HugeGraph
<div align="center">
<img width="720" alt="hugegraph-logo" src="https://user-images.githubusercontent.com/17706099/149281100-c296db08-2861-4174-a31f-e2a92ebeeb72.png" style="zoom:100%;" />
</div>

<p align="center">
A graph database that supports more than 10+ billion data, high performance and scalability
</p>
<hr/>

[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://github.com/hugegraph/hugegraph/actions/workflows/ci.yml/badge.svg)](https://github.com/hugegraph/hugegraph/actions/workflows/ci.yml)
Expand All @@ -15,9 +22,9 @@ HugeGraph is a fast-speed and highly-scalable [graph database](https://en.wikipe
- Plug-in Backend Store Driver Framework, supporting RocksDB, Cassandra, ScyllaDB, HBase and MySQL now and easy to add other backend store driver if needed
- Integration with Hadoop/Spark

## Learn More
## Getting Started

The [project homepage](https://hugegraph.github.io/hugegraph-doc/) contains more information on HugeGraph and provides links to documentation, getting-started guides and release downloads.
The project [homepage](https://hugegraph.github.io/hugegraph-doc/) contains more information on HugeGraph and provides links to **documentation**, getting-started guides and release downloads.

## Contributing

Expand Down

0 comments on commit 1e83e37

Please sign in to comment.