There was an error while loading. Please reload this page.
Welcome to the Geckos DataVisor wiki!
flowchart LR be_server[Backend Server - Golang] web_ui[Web UI - Flutter] desktop_app[Desktop Application - Flutter] mobile_app[Mobile Application - Flutter] postgresql((PostgreSQL)) mongodb((MongoDB)) mysql((MySQL)) web_ui & desktop_app & mobile_app --> be_server be_server --> postgresql & mongodb & mysql