[maven-release-plugin] copy for tag 5.1.2
[maven-release-plugin] prepare release 5.1.2
222 files changed
tree: 3bd69665c1a530834050dccd173fc3bd15cd7d67
  1. .github/
  2. .idea/
  3. .mvn/
  4. docs/
  5. examples/
  6. shardingsphere-agent/
  7. shardingsphere-charts/
  8. shardingsphere-db-protocol/
  9. shardingsphere-distribution/
  10. shardingsphere-distsql/
  11. shardingsphere-features/
  12. shardingsphere-infra/
  13. shardingsphere-jdbc/
  14. shardingsphere-kernel/
  15. shardingsphere-mode/
  16. shardingsphere-proxy/
  17. shardingsphere-spi/
  18. shardingsphere-sql-parser/
  19. shardingsphere-test/
  20. src/
  21. .asf.yaml
  22. .codecov.yml
  23. .gitattributes
  24. .gitignore
  25. .licenserc.yaml
  26. CODE_OF_CONDUCT.md
  27. CONTRIBUTING.md
  28. LICENSE
  29. lombok.config
  30. MATURITY.md
  31. mvnw
  32. mvnw.cmd
  33. NOTICE
  34. pom.xml
  35. README.md
  36. README_ZH.md
  37. RELEASE-NOTES.md
README.md

Ecosystem to Transform Any Database into a Distributed Database System, and Enhance it with Sharding, Elastic Scaling, Encryption Features & More

Official Website: https://shardingsphere.apache.org/

License GitHub release Build Status codecov snyk Maintainability CII Best Practices OpenTracing-1.0 Badge Skywalking Tracing

Twitter Slack Gitter

Stargazers Over TimeContributors Over Time
Stargazers over timeContributor over time

OVERVIEW

Apache ShardingSphere follows Database Plus - our community's guiding development concept for creating a complete ecosystem that allows you to transform any database into a distributed database system, and easily enhance it with sharding, elastic scaling, data encryption features & more.

It focuses on repurposing existing databases, by placing a standardized upper layer above existing and fragmented databases, rather than creating a new database.

The goal is to provide unified database services, and minimize or eliminate the challenges caused by underlying databases' fragmentation. This results in applications only needing to communicate with a single standardized service.

The concepts at the core of the project are Connect, Enhance and Pluggable.

  • Connect: Flexible adaptation of database protocol, SQL dialect and database storage. It can quickly connect applications and heterogeneous databases.
  • Enhance: Capture database access entry to provide additional features transparently, such as: redirect (sharding, readwrite-splitting and shadow), transform (data encrypt and mask), authentication (security, audit and authority), governance (circuit breaker and access limitation and analyze, QoS and observability).
  • Pluggable: Leveraging the micro kernel and 3 layers pluggable mode, features and database ecosystem can be embedded flexibly. Developers can customize their ShardingSphere just like building with LEGO blocks.

Virtually all databases are supported including MySQL, PostgreSQL, SQL Server, Oracle Database, MariaDB or any other SQL-92 database.

ShardingSphere became an Apache Top-Level Project on April 16, 2020.

DOCUMENTATION📜

EN doc CN doc

For full documentation & more details, visit: Docs

CONTRIBUTION🚀🧑‍💻

For guides on how to get started and setup your environment, contributor & committer guides, visit: Contribution Guidelines

Team

We deeply appreciate community contributors for their dedication to Apache ShardingSphere.

COMMUNITY & SUPPORT💝🖤

:link: Mailing List. Best for: Apache community updates, releases, changes.

:link: GitHub Issues. Best for: larger systemic questions/bug reports or anything development related.

:link: GitHub Discussions. Best for: technical questions & support, requesting new features, proposing new features.

:link: Slack channel. Best for: instant communications and online meetings, sharing your applications.

:link: Twitter. Best for: keeping up to date on everything ShardingSphere.

STATUS👀

:white_check_mark: Version 5.1.2: released :tada:

🔗 For the release notes, follow this link to the relevant GitHub page.

:soon: Version 5.1.3

We are currently working towards our 5.1.3 milestone. Keep an eye on the milestones page of this repo to stay up to date.

How it Works

Apache ShardingSphere includes 2 independent products: JDBC & Proxy. They all provide functions of data scale-out, distributed transaction and distributed governance, applicable in a variety of situations such as Java isomorphism, heterogeneous language and Cloud-Native.

ShardingSphere-JDBC

Maven Status

A lightweight Java framework providing extra services at the Java JDBC layer. With the client end connecting directly to the database, it provides services in the form of a jar and requires no extra deployment and dependence.

:link: For more details, follow this link to the official website.

ShardingSphere-Proxy

Nightly-Download Download Docker Pulls

A transparent database proxy, providing a database server that encapsulates database binary protocol to support heterogeneous languages. Friendlier to DBAs, the MySQL and PostgreSQL version now provided can use any kind of terminal.

:link: For more details, follow this link to the official website.

Hybrid Architecture

ShardingSphere-JDBC adopts a decentralized architecture, applicable to high-performance light-weight OLTP applications developed with Java. ShardingSphere-Proxy provides static entry and all languages support, suitable for OLAP application and sharding databases management and operation.

Through the mixed use of ShardingSphere-JDBC & ShardingSphere-Proxy together with a unified sharding strategy by the same registry center, the ShardingSphere ecosystem can build an application system suitable to all kinds of scenarios.

:link: More details can be found following this link to the official website.

Solution

Solutions/FeaturesDistributed DatabaseData SecurityDatabase GatewayStress Testing
Data ShardingData EncryptHeterogeneous Databases SupportedShadow Database
Readwrite-splittingRow Authority (TODO)SQL Dialect Translate (TODO)Observability
Distributed TransactionSQL Audit (TODO)
Elastic Scale-outSQL Firewall (TODO)
Highly Available

Roadmap

Roadmap

How to Build Apache ShardingSphere

Check out Wiki section for details on how to build Apache ShardingSphere and a full guide on how to get started and setup your local dev environment.

Landscapes