GithubHelp home page GithubHelp logo

shardingsphere-doc's People

Contributors

beckhampu avatar caymanhk avatar charlesmaster avatar cherrylzhao avatar chidaodezhongsheng avatar davidchan3000 avatar geomonlin avatar haetao avatar hanahmily avatar haocao avatar harvies avatar kimmking avatar komachision avatar lihongchao1995 avatar menghaoranss avatar mike0601 avatar mouqiuyu avatar sandynz avatar strongduanmu avatar taojintianxia avatar terrymanu avatar teslacn avatar tristazero avatar tuichenchuxin avatar tuohai666 avatar wcsoft avatar wqzwh avatar wu-sheng avatar xunv avatar zhaojinchao95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shardingsphere-doc's Issues

Refine Release Guide

  • Remove Inherit the Apache Parent POM

  • Remove Check dependency impact

  • Replace Source code artifacts to Source code distributions in Vote Templates

  • ShardingSphere community vote: binding -> PPMC member

Add and update doc for orchestration encrypt

  • Add configuration document for raw orchestrationEncryptDataSource
  • Add configuration document for yaml configuring method for orchestrationEncryptDataSource
  • Add configuration document for SpringBoot configuring method for orchestrationEncryptDataSource
  • Add configuration document for SpringNameSpace configuring method for orchestrationEncryptDataSource
  • Update proxy encrypt configuration document
  • Add orchestration.xsd

The link to Developer List is not correct

Hello there,
I am following the guide to get involved. There is an option to 'Find a mentor from the Developer List', but I can't find developers on the page. The link is in the section of 'Choose Issue' on the page below:
https://shardingsphere.apache.org/community/en/contribute/contributor/

I find the correct link to the developer list on the CONTRIBUTING.md file below:
https://github.com/apache/shardingsphere/blob/master/CONTRIBUTING.md

which indicates the correct link should be:
https://shardingsphere.apache.org/community/en/team/

If it is the solution, I would be happy to fix it in the file.

Thanks,
Hongwei

refactor transaction doc

  • transaction concept & principle
  • sharding-jdbc transaction usage.
  • swarding-proxy transaction usage
  • add seata-at transaction document.

根据城市分库分表

分库是根据不同区域,如华北、华东....,每个库里面有不通的表(如A库(item_bj,item_tj),B库(item_sh))。但是我创建TableRule 时候 必须每个库必须有所有城市的分表才可以,否则聚合查询报错。
有没有解决办法呢?多谢

question

Hi, 请教哈 sharding-sphere 的 docs 文档网站中的图是用什么工具画的呢?比如下面这种 :-D @tristaZero 娟爷
image

Add document for Sharding-UI

Add document for Sharding-UI.

  • Sharding-UI introduction
  • Sharding-UI manual
    • Sharding-UI build manual
    • Registry Center user manual

Write document for process generated key and the SQL rewrite result

ShardingSphere can process 4 types of SQL (assume id is auto_imcrement):

  • INSERT (id, name) VALUES (1, "xxx") =>
    not change
  • INSERT (name) VALUES ("xxx") =>
    INSERT (name, id) VALUES ("xxx", ?)
  • INSERT VALUES (1, "xxx") =>
    INSERT (id, name) VALUES (1, "xxx")
  • INSERT VALUES ("xxx") =>
    INSERT (name, id) VALUES ("xxx", ?)

This feature need to documentation more details.

And we need to add more document for INSERT SET and INSERT for multiple VALUES

Spring xsd file still points to the shardingsphere.io domain

Spring xsd file in website still use http://shardingsphere.io domain, which may cause some users startup failed with sharding-spring-namespace.

For example:
http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding.xsd

<xsd:schema xmlns="http://shardingsphere.io/schema/shardingsphere/sharding" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:beans="http://www.springframework.org/schema/beans" targetNamespace="http://shardingsphere.io/schema/shardingsphere/sharding" elementFormDefault="qualified">
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd"/>
<xsd:element name="data-source">
....

国内用户

我想动态的切换数据源 来实现动态的分表而不是配置文件固定的分表规则,有没有什么好的办法,谢谢

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.