我一直在研究'内存中的数据网格'并且看到了'gemfire'一词.我糊涂了.似乎gemfire是一个术语,指的是存储和操作数据库的技术,但在计算机内存中,不是吗?什么是宝石?
我可以使用哪些技术来处理Node.js中的"内存数据网格"?
我看到了一些应用程序,比如'Apache Geode'和'Pivotal gemfire'.我如何与他们合作?是否适合使用一些缓存技术(如Redis或Memcached)?在geode的情况下,数据是仅通过API访问还是有其他方式来访问这个?
我有一个自定义方言在SpringBoot中为Hibernate设置.方言适用于Gemfire.说明(https://discuss.zendesk.com/hc/en-us/articles/201724017-Pivotal-GemFire-XD-Hibernate-Dialect)用于基于XML的配置.但是,我正在使用SpringBoot,我无法弄清楚如何设置此属性.
方言是"com.pivotal.gemfirexd.hibernate.GemFireXDDialect"
我尝试了主分支和开发分支,以及Pivotal的gemfire rpm.相同的结果:
start locator --name=test
Starting a GemFire Locator in /root/incubator-geode/gemfire-assembly/build/install/test...
.....Locator in /root/incubator-geode/gemfire-assembly/build/install/test on CentOS-72-64-minimal[10334] as test is currently online.
Process ID: 786
Uptime: 2 seconds
GemFire Version: 1.0.0-incubating-SNAPSHOT
Java Version: 1.8.0_72
Log File: /root/incubator-geode/gemfire-assembly/build/install/test/test.log
JVM Arguments: -Dgemfire.enable-cluster-configuration=true -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806
Class-Path: /root/incubator-geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-1.0.0-incubating-SNAPSHOT.jar:/root/incubator-geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-dependencies.jar
Please use "connect --locator=CentOS-72-64-minimal[10334]" to connect Gfsh to the locator.
Cluster configuration service is up and running.
gfsh>connect --locator=CentOS-72-64-minimal[10334]
Connecting to Locator at [host=CentOS-72-64-minimal, port=10334] ..
Exception caused JMX Manager startup to fail because: 'HTTP …Run Code Online (Sandbox Code Playgroud)