Validata UI
Validata user interface
Usage
You can use the online instance of Validata:
- user interface: https://go.validata.fr/
- API: https://go.validata.fr/api/v1/
- API docs: https://go.validata.fr/api/v1/apidocs
Several software services compose the Validata stack. The recommended way to run it on your computer is to use Docker. Otherwise you can install each component of this stack manually, for example if you want to contribute by developing a new feature or fixing a bug.
Run with Docker
Read instructions at https://gitlab.com/validata-table/validata-docker
Develop
Install
We recommend using venv standard package:
python -m venv .venv
source .venv/bin/activate
Install the project dependencies (using last release of validata-core project):
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .
To use a specific distant git development branch of validata-core project:
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip uninstall validata_core
pip install git+https://gitlab.com/validata-table/validata-core.git@<development-branch-name>
pip install -e .
PDF report generation uses:
- either Headless Chromium (default)
apt install -y chromium
- or browserless.io pdf service (see .env.example to configure this option)
Configure
cp .env.example .env
Customize the configuration variables in .env file.
Do not commit .env.
Serve
Start the web server...
./serve.sh
... then open http://localhost:5601/
Test
UI tests can be launched using Cypress tool
Release a new version
- Update version in setup.py and CHANGELOG.md files
- Commit changes using
Releaseas commit message - Create git tag (starting with "v" for the release)
- Git push:
git push && git push --tagss - Check that container image is well built and pypi package is created (validata-ui pipelines)
Release files for validata-ui 0.7.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| validata_ui-0.7.9.tar.gz | 28.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| validata_ui-0.7.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 100.0 kB
Release files / validata_ui-0.7.9.tar.gz
| Download URL | validata_ui-0.7.9.tar.gz |
|---|---|
| Size | 28.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b83642026847e2331469398cb7382bf2554302c346aa59521ac49c66c09377d
|
|
BLAKE2b-256 checksum How to use checksums |
726ab244148a8207a6c2e9bf614870ed9bf2990a9edc7051acafeec584ee1cdd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / validata_ui-0.7.9-py3-none-any.whl
| Download URL | validata_ui-0.7.9-py3-none-any.whl |
|---|---|
| Size | 71.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3b8d10f05aeb90d3881330d6c3520cf9f50a7c27ec24a6e621af653a18677811
|
|
BLAKE2b-256 checksum How to use checksums |
b2f2c71fd2188ff6a3941c3ffe4f3981842d50f7ef6cbe451db8319a3a93520d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|