Validata Web UI
Project description
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
Release
as 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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file validata_ui-0.7.9.tar.gz
.
File metadata
- Download URL: validata_ui-0.7.9.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b83642026847e2331469398cb7382bf2554302c346aa59521ac49c66c09377d |
|
MD5 | f53f266680f743747b5d6a6564e62536 |
|
BLAKE2b-256 | 726ab244148a8207a6c2e9bf614870ed9bf2990a9edc7051acafeec584ee1cdd |
File details
Details for the file validata_ui-0.7.9-py3-none-any.whl
.
File metadata
- Download URL: validata_ui-0.7.9-py3-none-any.whl
- Upload date:
- Size: 71.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b8d10f05aeb90d3881330d6c3520cf9f50a7c27ec24a6e621af653a18677811 |
|
MD5 | fafc756107988aae41512745f2d761d6 |
|
BLAKE2b-256 | b2f2c71fd2188ff6a3941c3ffe4f3981842d50f7ef6cbe451db8319a3a93520d |