-
Notifications
You must be signed in to change notification settings - Fork 0
feat: metabase extention #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a0d8843
stress-ng slowest syscalls graphs + minor improvements
NikitaKrinkin 08db0f4
metabase demo enhancement
NikitaKrinkin 2394e81
Metabase backup login and password were returned
NikitaKrinkin a587a5a
fixes
NikitaKrinkin ca10beb
translation fix
NikitaKrinkin 7cc1b8f
readme enlightenment
NikitaKrinkin 7223fbb
refactor: rename jitter sql
nhitar 0b0adaa
fix: experiment number
nhitar 1a642f0
feat: add new graphs and update backup
nhitar 4c5c419
fix: remove spaces
nhitar 478a819
fix: upload correct backup
nhitar 8c43938
docs: updates metabase demo readme.
Artanias a80c57d
docs: update warning in the metabase readme.
Artanias f3a8c08
docs: metabase README clarification
NikitaKrinkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # METABASE DEMO | ||
|
|
||
| ## Быстрый старт демонстрационной версии с синтетическими данными | ||
|
|
||
| Файл [env](./env) содержит параметры окружения для запуска контейнеров metabase и БД с заготовленными демонстрационными данными. | ||
|
|
||
| Запустите контейнеры командой: | ||
|
|
||
| ```bash | ||
| docker compose up --detach | ||
| ``` | ||
|
|
||
| Примечание: metabase нужно некоторое время загрузиться после старта контейнера, обычно не больше минуты. | ||
|
|
||
| ## Backup по умолчанию | ||
|
|
||
| При создании metabase контейнеров загружается backup по умолчанию. | ||
|
|
||
| Файл дампа по умолчанию содержит базовые панели мониторинга и соответствующие запросы. | ||
|
|
||
| * Данные регистрации для дампа Metabase по умолчанию: | ||
| * email: `admin@gmail.com` | ||
| * password `123admin` | ||
|
|
||
| > ⚠️ Работа с параметрами среды | ||
| > Будьте осторожны с данными среды, изменения не будут применяться к Metabase, например, изменение хоста, адреса или порта PostgreSQL сделает базу данных недоступной, и вам потребуется изменить эти переменные вручную в панели администратора Metabase. | ||
|
|
||
| ## Контейнеры и их взаимодействие | ||
|
|
||
| - **Контейнер основной базы данных** – `imgtests-postgres` содержит синтетические данные, в будущем будет удален, а metabase будет подключаться напрямую к базе данных проекта | ||
|
|
||
| - **Контейнер служебной базы метаданных** – `imgtests-metabase-meta-db` хранит внутренние настройки Metabase: вопросы, дашборды, информацию о подключениях. | ||
|
|
||
| - **Контейнер самого Metabase** – `imgtests-metabase` запускает веб‑сервер Metabase. | ||
|
|
||
| ## Переменные окружения | ||
|
|
||
| [.env](.env) используется для хранения переменных окружения, используемых при сборке котейнеров. В нем описываются: | ||
| * Переменные базы данных (users, passwords, db name) | ||
| * Сетевые параметры (IP адреса, порты, включая SSH порты для виртуальных машин) |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.