Skip to content

Commit 42c0728

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#714)
Co-authored-by: josh-wong <[email protected]>
1 parent 22cfd18 commit 42c0728

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versioned_docs/version-3.10/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Modern architectures, like the microservice architecture, encourage a system to
5858

5959
ScalarDB simplifies managing such diverse databases with a correctness guarantee (or, in other words, ACID with strict serializability), enabling you to focus on application development without worrying about guaranteeing consistency between databases.
6060

61+
### Simplifying data management in a data mesh
62+
63+
Enterprises have been investing their time in building [data meshes](https://martinfowler.com/articles/data-mesh-principles.html) to streamline and scale data utilization. However, constructing a data mesh is not necessarily easy. For example, there are many technical issues in how to manage decentralized data.
64+
65+
ScalarDB simplifies the management of decentralized databases in a data mesh, for example, by providing a unified API for all the databases in a data mesh to align with the data-as-a-product principle easily.
66+
6167
### Reducing database migration hurdles
6268

6369
Applications tend to be locked into using a certain database because of the specific capabilities that the database provides. Such database lock-in discourages upgrading or changing the database because doing so often requires rewriting the application.

0 commit comments

Comments
 (0)