Db Sharding Save

Oracle Sharded database deployment automation and tools for use in client applications.

Project README

Oracle Sharding tools and deployment automation library

About

This repository provides Oracle Sharded database deployment automation and tools :

  • Terraform based deployment of Oracle sharded database.
  • Mid-tier routing for use in Oracle sharded database applications.
  • OKE based deployment of Oracle sharded database.
  • Fast data ingest for sharding applications.

If you want to learn more about Oracle sharding a.k.a Oracle Sharded Database, please refer to the product page and product documentation.

Note : Oracle Sharding and Oracle Sharded Database (SDB) are interchangeably used names in the documentation and refer to the same entity.

Terraform based deployment of Oracle sharded database

Overview

Provides Terraform modules, configuration and scripts that provisions the necessary components and resources for a quick and easy setup of Oracle Sharded Database (SDB) on either Oracle Cloud Infrastructure (OCI) or On-Premise. It creates and configures SDB infrastructure components necessary for a successful Sharded Database setup, such as Oracle Shard Director(s), Shard Catalog(s), Shard(s) and optionally Shard Standby(s) as well as Catalog standby using Data Guard for replication to provide high-availability and/or disaster recovery of the sharded data.

Details

For more details, please refer to the SDB-Terraform documentation.

Mid-tier routing for use in Oracle sharded database client applications

Overview

Please refer to the Sharded database Mid-Tier Routing introduction for an overview.

Details

For more details, please refer to the SDB Mid-Tier routing documentation.

OKE based deployment of Oracle sharded database

Overview

Oracle Kubernetes Engine (OKE) based deployment of sharded database.

Details

For more details, please refer to the OKE sharding documentation.

Docker based deployment of Oracle sharded database

Overview

Docker based deployment of sharded database.

Details

For more details, please refer to the Docker sharding documentation.

Fast data ingest

Overview

The Fast data ingest library consist of several parts:

  • Generic routing table interfaces
  • Sharding metadata implementation
  • Metadata reader (encapsulated select queries)
  • Tools for efficient parallel splitting with respect to sharding key

Details

For more details, please refer to the Fast data ingest documentation.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2020, 2023 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

Open Source Agenda is not affiliated with "Db Sharding" Project. README Source: oracle/db-sharding