50% off wszystkie plany, oferta czasowa. Od $2.48/mo
Gel

Gel

Gel (dawniej EdgeDB) to baza danych grafowo-relacyjna. Obiektowy schemat danych z wydajnością na poziomie SQL, ścisły typowany język zapytań i wbudowane migracje. Baza danych dla zespołów, które mają dość ORM-ów, surowego SQL i niedopasowania impedancji między nimi.

Version

6

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

2 GB

IP Types

IPV4,IPV6

Dostęp do panelu administracyjnego

Otwórz przeglądarkę i przejdź pod adres: 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

Zmień hasło administratora

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

Powiąż instancję Gel (opcjonalne użycie 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

Zarządzanie zmiennymi środowiskowymi

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

Dodaj/modyfikuj/usuń 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

Więcej w narzędziach bazodanowych

Related apps.

Wdróż Gel teraz. From $2.48/mo.