ลด 50% ทุกแพ็กเกจ เวลาจำกัด เริ่มต้นที่ $2.48/mo
Gel

Gel

Gel (เดิมชื่อ EdgeDB) คือฐานข้อมูลแบบ graph-relational มี schema เชิงวัตถุที่ประสิทธิภาพเทียบเท่า SQL ภาษา query แบบ strict typed และระบบ migration ในตัว เหมาะสำหรับทีมที่เบื่อกับ ORM, raw SQL และปัญหาความไม่ลงรอยระหว่างทั้งสอง

Version

6

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

2 GB

IP Types

IPV4,IPV6

เข้าใช้งาน Admin UI

เปิดเบราว์เซอร์แล้วไปที่: 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

เปลี่ยนรหัสผ่าน Admin

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 Instance (การใช้งาน 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

การจัดการ Environment Variables

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

เพิ่มเติมใน Database Tools

Related apps.

ติดตั้ง Gel เดี๋ยวนี้ เริ่มต้นที่ $2.48/เดือน