FoundationDB

来自Gea-Suan Lin's Wiki
Gslin留言 | 贡献2024年12月22日 (日) 00:51的版本 →‎測試
跳转到导航 跳转到搜索

FoundationDBApple维护的NoSQL资料库。

安装

Ubuntu下可以使用官方打包好的deb安装:

cd /tmp; wget -c https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-clients_7.3.43-1_amd64.deb; sudo dpkg -i foundationdb-clients_7.3.43-1_amd64.deb; wget -c https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-server_7.3.43-1_amd64.deb; sudo dpkg -i foundationdb-server_7.3.43-1_amd64.deb

设定

测试

先进入CLI介面:

fdbcli

在CLI的预设是唯独模式,透过指令允许送出写入操作:

writemode on

外部连结