apache / shardingsphere

Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database.
Apache License 2.0
19.79k stars 6.7k forks source link

Welcome to leave your article link #650

Closed terrymanu closed 3 years ago

terrymanu commented 6 years ago

Hi the community,

This is our article collection and official channel list, which you can learn more about Apache ShardingSphere. Moreover, welcome your posts! We will consider including them into our collection and publish them on other mainstream media. 😉

This link will direct you to our article collection 👉 Resources


这里有Apache ShardingSphere的资源汇总,您可以在这里了解到我们各大平台的官方账号,及最新的文章汇总列表。欢迎你的关注,也欢迎你贡献有关ShardingSphere的博客文章。我们会从中挑选出有价值的文章,汇总到官方资源集或在其他主流媒体发布! 😉

点击这里查看最新文章精选吧 👉文章精选

JiekerTime commented 3 years ago

SharidngSphere JDBC(5.0.0 alpha)部分的学习笔记与各种方式整合的examples。值得注意的是,每个模块都带有详细的注解,并且使用了三种不同的配置方式:(yaml、properties、原生API)。欢迎相互讨论,共同进步。链接地址

SharidngSphere JDBC (5.0.0 alpha) part of the study notes and examples integrated in various ways. It is worth noting that each module has detailed annotations and uses three different configuration methods: (yaml, properties, native API). Welcome to discuss with each other and make progress together.link address

dafanzhi commented 3 years ago

Enhancer + ShardingSphere 超快速实现分布式应用开发: https://forum.wuyuan.io/plate/qa/topic/5fdafe9c856fee309115a498

wuwenrui commented 3 years ago

ShardingSphere-Proxy搭建过程

tristaZero commented 3 years ago

Hi @wuwenrui @dafanzhi @JiekerTime @lzn-black @xuup

Thanks for your blogs to help users learn more about Apache ShardingSphere. Have a good day.

2892824942 commented 3 years ago
tristaZero commented 3 years ago

Hi @2892824942 Cool! Thanks for your contribution to help more users have a deeper understanding about this wonderful project.

Samhom commented 3 years ago

Hi @wuwenrui @dafanzhi @JiekerTime @lzn-black @xuup

Thanks for your blogs to help users learn more about Apache ShardingSphere. Have a

@automvc @jacksparrow414 Hi Thanks for your blogs. We will give them a look and consider putting into community articles collection. :)

hello trista! are there any recent developments on sidecar on moss, or a more foreword view?

tristaZero commented 3 years ago

Hi @Samhom Yep, we are recruiting people who are interested at this one.

JooKS-me commented 3 years ago
trycache-npe-lab commented 3 years ago

To handle error caused by column name is ‘‘ of SQL query statement in Sharding-JDBC 4.1.1

Solution for 4.1.1

https://blog.csdn.net/u014698745/article/details/119174882

tristaZero commented 3 years ago

@trycache0828 I saw your post. If possible, could you consider checking whether it still exists on the master branch and fixing it? Therefore what you wrote will become a valuable part of this community. Look forwards to your PR and reply. Have a nice day.

trycache-npe-lab commented 3 years ago

@trycache0828 I saw your post. If possible, could you consider checking whether it still exists on the master branch and fixing it? Therefore what you wrote will become a valuable part of this community. Look forwards to your PR and reply. Have a nice day.

This problem has been solved in the latest version 5.0.0-beta,but the 4.1.1 version I use in my project.I just provide a solution. there may be a better solution in version 4.1.1 to fix it.