50% off 所有套餐限时优惠,起价 $2.48/mo
Gel

Gel

Gel(前身为 EdgeDB)是一款图关系数据库。它采用面向对象的数据模型,具备媲美 SQL 的查询性能,提供严格类型化的查询语言和内置迁移功能。对于厌倦了 ORM、原始 SQL 以及两者之间阻抗不匹配问题的团队来说,Gel 是更合适的下一代选择。

Version

6

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

2 GB

IP Types

IPV4,IPV6

访问管理界面

打开浏览器,访问: https://<server-ip>:5656/ui/

Login credentials: /root/.cloudzy-creds

Service Management

# Check status
sudo systemctl status gel-server-6

# Restart service
sudo systemctl restart gel-server-6

修改管理员密码

read -rsp "New Password: " NEWPASS
printf <gel-password> | gel query --host localhost --password-from-stdin --tls-security insecure "alter role admin set password := ${NEWPASS}"

关联 Gel 实例(可选,CLI 用法)

printf <gel-password> | gel instance link 
  --host localhost --port 5656 --user admin 
  --branch main --trust-tls-cert --password-from-stdin --non-interactive <instance-name>

Upgrade Gel

sudo apt-get update
sudo apt-get install --only-upgrade gel-6
sudo systemctl restart gel-server-6

环境变量管理

Edit /etc/systemd/system/gel-server-6.service.d/override.conf

添加 / 修改 / 删除 Environment="VAR=value" lines under [Service]

Apply changes:

sudo systemctl daemon-reexec
sudo systemctl daemon-reload
sudo systemctl restart gel-server-6

Documentation

https://docs.geldata.com/

https://docs.geldata.com/reference/running/configuration

更多数据库工具

Related apps.

立即部署 Gel。 From $2.48/mo.