Skip to content

Commit 133d14c

Browse files
authored
Revise README to include links to docs for better guidance (#2611)
1 parent 29bbb73 commit 133d14c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,21 @@ ScalarDB is a universal HTAP engine. It achieves ACID transactions and real-time
1111
<a href='https://www.youtube.com/watch?v=lW6nCEJV-gs' target="_blank"><img src='docs/images/scalardb-video-preview.png' width='70%'></a>
1212
</p>
1313

14-
## Docs
14+
To learn more, see [ScalarDB Overview](https://scalardb.scalar-labs.com/docs/latest/overview).
1515

16-
See our [User Documentation](https://scalardb.scalar-labs.com/docs/latest/).
16+
## Quickstart
17+
18+
1. Start running transactions.
19+
- **Get started with ScalarDB Core:** To set up a basic application by using Java, see [Getting Started with ScalarDB](https://scalardb.scalar-labs.com/docs/latest/getting-started-with-scalardb).
20+
- **Get started with ScalarDB Cluster (for enterprise customers):** To set up a basic application that uses ScalarDB Cluster through the Java API, see [Getting Started with ScalarDB Cluster](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/getting-started-with-scalardb-cluster).
21+
2. To set up and run various samples instances, see the [list of ScalarDB sample applications](https://scalardb.scalar-labs.com/docs/latest/scalardb-samples).
22+
3. Learn about the [configurations for ScalarDB Core](https://scalardb.scalar-labs.com/docs/latest/configurations) and the [configurations for ScalarDB Cluster](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/scalardb-cluster-configurations).
23+
4. Learn about features, such as:
24+
- [User authentication/authorization](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/scalardb-auth-with-sql) (for enterprise customers)
25+
- [Attribute-based access control](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/authorize-with-abac) (for enterprise customers)
26+
- [Vector search](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/getting-started-with-vector-search) (for enterprise customers)
27+
28+
For additional documentation, visit [ScalarDB Documentation](https://scalardb.scalar-labs.com/docs/latest/).
1729

1830
## Install
1931

0 commit comments

Comments
 (0)