geode/gemfire 是pivotal公司開發的一款開源的、分布式nosql記憶體資料庫,可用來進行完成分布式快取,資料持久化,分布式事物、動態擴充套件等功能。
geode是gemfire的開源版本,gemfire是商業版本。
.io/products/pivotal-gemfire#/releases/7218/file_groups/712
d:\program files\pivotal_gemfire_827_b18_windows
2.配置環境變數
新增系統變數:
gemfire_home=d:\program files\pivotal_gemfire_827_b18_windows
path變數中加入gemfire_home,即新增:%gemfire_home%\bin;
3.安裝成功之後可以進行小demo測試
connect--
locator=ip
[locator的port
]//同一機器不需要執行此命令
//建立region,name和等號中間不能有空格
create region --name=regiona --type=replicate_persistent
//向region裡面插入key-value型別資料(name,jcl)
- oql 類sql的指令碼,用來查詢資料。
query --query="select * from /regiontest"
查詢結果:
http://localhost:7070/pulse
預設賬號密碼是admin admin
官方文件:
.pivotal
.io/geode/getting_started/15_minute_quickstart_gfsh.html
#topic_fe3f28ed18e145f787431ec87b676a76
.pivotal
#topic_e21_qc5_m4
初學者,僅供參考,不對之處請指出。 學習環境搭建
之前在行動硬碟上安裝了ubuntu1604,然後是cuda cudnn anaconda opencv caffe,在之前的部落格中都有記錄,當然還是去官網看install tutorial之類的,少走彎路,遇到問題baidu google。然後隨著對深度學習的學習要使用tensorflow pyt...
GTK 學習 搭建環境
windows平台 在下面使用vc6來配置編譯環境。首先在vc6的tools options下面的directories選擇include files,新增gtk 目錄下的include資料夾以及裡面的所有一級子目錄,然後新增lib資料夾下的子目錄中的include資料夾,這樣的話一共是新增10個目...
Kotlin學習環境搭建
kotlin是jetbrains公司開發的乙個基於jvm的程式語言,是一種更安全 更簡潔的語言。它像python等語言一樣擁有乙個可以互動的shell。只需要配置好環境變數,然後在命令列上輸入kotlinc即可進入shell互動模式。至於用什麼ide好呢?jetbrains他們家的產品當然還是jet...