visyn_core
TypeScript icon, indicating that this package has built-in type declarations

9.2.0 • Public • Published

visyn_core

NPM version build

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

Readme

Keywords

none

Package Sidebar

Install

npm i visyn_core

Weekly Downloads

144

Version

9.2.0

License

BSD-3-Clause

Unpacked Size

2.27 MB

Total Files

1210

Last publish

Collaborators

  • datavisyn