「FoundationDB」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
Gslin留言 | 貢獻
创建页面,内容为“'''FoundationDB'''是Apple維護的NoSQL資料庫。 == 外部連結 == * {{Official|https://www.foundationdb.org/}} {{en}} Category:NoSQL
 
Gslin留言 | 貢獻
第1行: 第1行:
'''FoundationDB'''是[[Apple]]維護的[[NoSQL]]資料庫。
'''FoundationDB'''是[[Apple]]維護的[[NoSQL]]資料庫。
== 安裝 ==
在[[Ubuntu]]下可以使用官方打包好的deb安裝:
<syntaxhighlight lang="bash">
cd /tmp; wget -c https://github.com/apple/foundationdb/releases/download/7.3.43/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-clients_7.3.43-1_amd64.deb; sudo dpkg -i https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-server_7.3.43-1_amd64.deb
</syntaxhighlight>


== 外部連結 ==
== 外部連結 ==

於 2024年12月22日 (日) 00:30 的修訂

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; wget -c https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-server_7.3.43-1_amd64.deb; sudo dpkg -i foundationdb-clients_7.3.43-1_amd64.deb; sudo dpkg -i https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-server_7.3.43-1_amd64.deb

外部連結