Skip to content

Commit b2bc417

Browse files
authored
update README (#2521)
1 parent 4088e5e commit b2bc417

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# ScalarDB
1+
<p align="center">
2+
<img src='docs/images/scalardb.png'>
3+
</p>
24

5+
---
6+
7+
## What is ScalarDB?
38
ScalarDB is a cross-database HTAP engine. It achieves ACID transactions and real-time analytics across diverse databases to simplify the complexity of managing multiple databases.
49

10+
<p align="center">
11+
<a href='https://www.youtube.com/watch?v=lW6nCEJV-gs' target="_blank"><img src='docs/images/scalardb-video-preview.png' width='70%'></a>
12+
</p>
13+
14+
## Docs
15+
16+
See our [User Documentation](https://scalardb.scalar-labs.com/docs/latest/).
17+
518
## Install
619

720
The library is available on [maven central repository](https://mvnrepository.com/artifact/com.scalar-labs/scalardb).
@@ -23,21 +36,13 @@ To add a dependency using Maven:
2336
</dependency>
2437
```
2538

26-
## Docs
27-
28-
See our [User Documentation](https://scalardb.scalar-labs.com/docs/latest/).
29-
3039
## Contributing
3140

3241
This library is mainly maintained by the Scalar Engineering Team, but of course we appreciate any help.
3342

3443
* For asking questions, finding answers and helping other users, please go to [stackoverflow](https://stackoverflow.com/) and use [scalardb](https://stackoverflow.com/questions/tagged/scalardb) tag.
3544
* For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.
3645

37-
Here are the contributors we are especially thankful for:
38-
- [Toshihiro Suzuki](https://github.com/brfrn169) - created [Phoenix adapter](https://github.com/scalar-labs/scalardb-phoenix) for ScalarDB
39-
- [Yonezawa-T2](https://github.com/Yonezawa-T2) - reported bugs around Serializable and proposed a new Serializable strategy (now named Extra-Read)
40-
4146
### Pre-commit hook
4247

4348
This project uses [pre-commit](https://pre-commit.com/) to automate code format and so on as much as possible. If you're interested in the development of ScalarDB, please [install pre-commit](https://pre-commit.com/#installation) and the git hook script as follows.
769 KB
Loading

docs/images/scalardb.png

8.61 KB
Loading

0 commit comments

Comments
 (0)