简体   繁体   English

如何将SQL数据库与ignite集群连接以同步数据?

[英]How to connect sql database with ignite cluster to sync data?

I am new to apache ignite. 我是新来的apache点燃。 I created ignite cluster and connect my nodejs thin client to it. 我创建了ignite集群并将nodejs瘦客户端连接到该集群。 It is working fine but It only create cache create functions specified in js file. 它工作正常,但仅创建js文件中指定的缓存创建函数。 Now I want to sync my sql server data with ignite. 现在,我想用ignite同步我的sql服务器数据。 Any idea how I will do it? 知道我将如何做吗?

I tried to connect with Grid gain but it does not allow me to create free cluster? 我试图与Grid gain连接,但是它不允许我创建免费集群?

Please refer to 3rd Party Persistence documentation regarding RDBMS integration. 请参阅有关RDBMS集成的第三方持久性文档。

GridGain Web Console can help you set up database integration by generating Maven project corresponding to your RDBMS data model. GridGain Web控制台可以通过生成与RDBMS数据模型相对应的Maven项目来帮助您建立数据库集成

GridGain Community Edition is free to use as long as you deploy it on your own. GridGain社区版可以免费使用,只要您自己部署即可。 But, it is also supported by stock Apache Ignite. 但是,库存Apache Ignite也支持它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM