2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00
2026-06-24 20:31:05 +05:00

DataLens

Prerequisites

Install docker

Install docker compose plugin if it not already installed

Start project in dev mode

In Docker mode (easy-mode):

On Linux systems:

git clone git@github.com:datalens-tech/datalens.git
cd datalens
./init.sh --ipv6 --docker-ipv6 --dev-light --dev-root --dev-ui

On macOS systems:

git clone git@github.com:datalens-tech/datalens.git
cd datalens
./init.sh --dev-light --dev-ui

Local mode:

Install Node.js >= v18.17.0 manually or via node version manager.

Start project in dev mode:

# Start backend for datalens:
git clone git@github.com:datalens-tech/datalens.git
cd datalens
docker compose -f docker-compose.dev.yaml up

# Start datalens ui in dev mode:
git clone git@github.com:datalens-tech/datalens-ui.git
cd ui
pnpm install --frozen-lockfile
pnpm run dev

Now you can open datalens in dev mode at http://localhost:8080

Credentials for postgres

Hostname:

pg-demo-connection

Port:

5432

Path to database:

demo

Username:

demo

Password:

demo
Description
No description provided
Readme 17 MiB
Languages
TypeScript 88.3%
JavaScript 5.7%
SCSS 3.8%
PLpgSQL 2%