简介
- 可在广泛分布的云架构中提供对数据密集型应用程序的实时,一致的访问
- Geode还是一个内存数据管理系统,可提供可靠的异步事件通知和有保证的消息传递
相关文档
geode下载及环境配置
下载解压
1 | > cd /usr/local/src |
配置环境
1 | > vim /etc/profile |
gfsh常用命令
- 启动服务并配置区域
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24#启用gfsh命令行
> gfsh
#启动locator
> start locator --name=locator1
#启动pulse,web应用,提供了图形化的监控界面,自动连接到locator的JMX管理器,地址:http://localhost:7070/pulse 默认账户:admin 密码:admin
> start pulse
# 启动缓存服务器,可以参考此命令启动多个,修改name和server-port
> start server --name=server1 --server-port=40404
> start server --name=server2 --server-port=40405
#创建一个复制持久区域
> create region --name=region1 --type=REPLICATE_PERSISTENT
#停止缓存服务器
> stop server --name=server1
#在第二个终端窗口中,运行以下命令以连接到集群
> connect --locator=localhost[10334]
#在当前gfsh会话中,停止集群
> shutdown --include-locators=true
- 其他常用命令
1 |
|
- 启用REST API
API war路径:{install-dir}/tools/Extensions/geode-web-api-n.n.n.war
API war可以单独启动,也可以基于cache server启动,将单独开启Jetty server进程
1 |
|
swagger文档地址:http://localhost:18080/geode/docs/index.html
- 如何卸载
关掉所有运行的Geode进程然后移除整个文件目录,没有额外的系统更改,也没有窗体注册需要修改
...
...
00:00
00:00
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !