Core repository for datavisyn applications.
Project description
visyn_core
Features
- Telemetry: OpenTelemetry integration for the three pillar of observability: metrics, logs, and traces
Installation
git clone -b develop https://github.com/datavisyn/visyn_core.git # or any other branch you want to develop in
cd visyn_core
# Frontend
yarn install
# Backend
python3 -m venv .venv # create a new virtual environment
source .venv/bin/activate # active it
make develop # install all dependencies
Local development
# Frontend
yarn start
# Backend
python visyn_core
Testing
# Frontend
yarn run test
# Backend
make test
Building
yarn run build
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
visyn_core-10.2.0-py3-none-any.whl
(283.7 kB
view details)
File details
Details for the file visyn_core-10.2.0-py3-none-any.whl
.
File metadata
- Download URL: visyn_core-10.2.0-py3-none-any.whl
- Upload date:
- Size: 283.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03cf858d58f487557ce5150eabc477f0157744d3f7ab3b85f0eaf8bbdf735ea2 |
|
MD5 | f5d4a3bcb5f9ca54cd0c1cacfb37b3e7 |
|
BLAKE2b-256 | fbe0edb21ffb80d1d41ebd345f54599ab8c10f1834cbb93a9ddfe1497077c4f8 |