Coder Social home page Coder Social logo

yanxinluo / wesql-scale Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wesql/wescale

0.0 0.0 0.0 273.49 MB

WeSQL-Scale is a database clustering system for horizontal scaling of ApeCloud MySQL. CodeBase forked by Vitess

License: Apache License 2.0

Shell 0.73% JavaScript 0.12% Python 0.01% Perl 0.01% Java 3.84% Go 91.50% Assembly 0.01% TypeScript 2.11% CSS 0.04% Makefile 0.06% HTML 0.01% Smarty 0.12% Yacc 0.64% HCL 0.01% Dockerfile 0.13% SCSS 0.16% Jsonnet 0.52%

wesql-scale's Introduction

WeSQL-Scale

LICENSE Language
Unit Test (mysql57) Unit Test (mysql80) E2E Test MTR Test

WeSQL-Scale is a database proxy designed to enhance the scalability, performance, security, and resilience of your applications.
By managing connections, read-write-split, read-after-write-consistency, load balancing, WeSQL-Scale offers a valuable tool for developers and database administrators.

Getting Started

To Get Started with WeSQL-Scale, simply clone the repository and follow the installation instructions provided in the documentation.

Blogs

Documentation

Developer

Features

Connection Management: WeSQL-Scale efficiently manages connections to your database, reducing the overhead on your application and improving performance. WeSQL-Scale relieves you of the worry of the max_connection problem in your database.

Read Write Split: WeSQL-Scale simplify application logic by automatically routing read queries to read-only nodes and write queries to the primary node. This is achieved by parsing and analyzing SQL statements, which ensures efficient use of available resources.

Read After Write Consistency: When an application writes data to the primary node and subsequently reads it on a read-only node, WeSQL-Scale makes sure that the data that was just written to the primary node can be accessed and read from the read-only node.

Load Balancing: The proxy intelligently routes queries to the appropriate read-only nodes using various load balancing policies. This ensures that the workload is evenly distributed across all available nodes, optimizing performance and resource utilization

Transparent Failover: WeSQL-Scale is capable of automatically detecting failovers and buffering application SQL in its memory while keeping application connections intact, thus enhancing application resilience in the event of database failures.

Contributing

We welcome contributions to WeSQL-Scale! If you have any ideas, bug reports, or feature requests, please feel free to open an issue or submit a pull request.

License

WeSQL-Scale is released under the Apache 2.0 License.

Acknowledgements

WeSQL-Scale is a fork of the Vitess project, which is a database clustering system for horizontal scaling of MySQL. We would like to thank the Vitess team for their hard work.

wesql-scale's People

Contributors

sougou avatar alainjobart avatar systay avatar michael-berlin avatar shlomi-noach avatar harshit-gangal avatar enisoc avatar guptamanan100 avatar deepthi avatar ajm188 avatar frouioui avatar rohit-nayak-ps avatar vmg avatar demmer avatar rafael avatar guoliang100 avatar aaijazi avatar yaoshengzhe avatar morgo avatar doeg avatar ryszard avatar mattlord avatar msolo avatar derekperkins avatar aquarapid avatar shrutip avatar bbeaudreault avatar thompsonja avatar dbussink avatar dumbunny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.