All Projects → oracle → db-sharding

oracle / db-sharding

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown license.inc
Oracle Sharded database deployment automation and tools for use in client applications.

Programming Languages

python
139335 projects - #7 most used programming language
HCL
1544 projects
shell
77523 projects
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to db-sharding

fortigate-terraform-deploy
Deployment templates for FortiGate-VM on cloud platforms with terraform
Stars: ✭ 30 (+0%)
Mutual labels:  oci, terraform-scripts
terraform-oci-vcn
A reusable and extensible Terraform module that provisions a VCN on Oracle Cloud Infrastructure
Stars: ✭ 22 (-26.67%)
Mutual labels:  oci, terraform-modules
trillion-graph
A scale demo of Neo4j Fabric spanning up to 1129 machines/shards running a 100TB (LDBC) dataset with 1.2tn nodes and relationships.
Stars: ✭ 73 (+143.33%)
Mutual labels:  sharding, scale-out
Ocilib
OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases
Stars: ✭ 245 (+716.67%)
Mutual labels:  oci, oracle-database
drift-server
Drift server
Stars: ✭ 19 (-36.67%)
Mutual labels:  oracle-database
oci-spec-rs
OCI Runtime, Image and Distribution Spec in Rust
Stars: ✭ 117 (+290%)
Mutual labels:  oci
terraform-aws-cloudtrail-s3-bucket
S3 bucket with built in IAM policy to allow CloudTrail logs
Stars: ✭ 38 (+26.67%)
Mutual labels:  terraform-modules
testing.cloudposse.co
Example Terraform Reference Architecture that implements a Geodesic Module for an Automated Testing Organization in AWS
Stars: ✭ 22 (-26.67%)
Mutual labels:  terraform-modules
jamdb oracle
Oracle Database driver for Erlang
Stars: ✭ 89 (+196.67%)
Mutual labels:  oracle-database
terraform-aws-cognito-user-pool
A Terraform module to create and manage Cognito User Pools (Simple and Secure User Sign-Up, Sign-In, and Access Control) on Amazon Web Services (AWS). https://aws.amazon.com/cognito
Stars: ✭ 46 (+53.33%)
Mutual labels:  terraform-modules
spring-sharding-mybaits
mybatis3在spring中的分库分表
Stars: ✭ 24 (-20%)
Mutual labels:  sharding
terraform-aws-route53-cluster-hostname
Terraform module to define a consistent AWS Route53 hostname
Stars: ✭ 44 (+46.67%)
Mutual labels:  terraform-modules
Valheim-Free-Game-Server-Setup-Using-Oracle-Cloud
Valheim Oracle Cloud Server Setup
Stars: ✭ 24 (-20%)
Mutual labels:  oci
rye
RYE, Native Sharding RDBMS
Stars: ✭ 54 (+80%)
Mutual labels:  sharding
terraform-aws-acm-request-certificate
Terraform module to request an ACM certificate for a domain name and create a CNAME record in the DNS zone to complete certificate validation
Stars: ✭ 83 (+176.67%)
Mutual labels:  terraform-modules
terraform-aws-rds-cluster
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
Stars: ✭ 115 (+283.33%)
Mutual labels:  terraform-modules
flintlock
Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.
Stars: ✭ 78 (+160%)
Mutual labels:  oci
soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Stars: ✭ 61 (+103.33%)
Mutual labels:  oracle-database
plscope-utils
Utilities for PL/Scope in Oracle Database
Stars: ✭ 29 (-3.33%)
Mutual labels:  oracle-database
terraform-aws-route53
A Terraform module to create a Route53 Domain Name System (DNS) on Amazon Web Services (AWS). https://aws.amazon.com/route53/
Stars: ✭ 39 (+30%)
Mutual labels:  terraform-modules

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].