Skip to content

Commit 77c1006

Browse files
authored
Merge pull request lightspeed-core#971 from tisnik/lcore-1143-doc-tables
LCORE-1143: Database structure doc
2 parents 7733115 + 5a948ca commit 77c1006

7 files changed

Lines changed: 1467 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The service includes comprehensive user data collection capabilities for various
6464
* [OpenAPI specification](#openapi-specification)
6565
* [Readiness Endpoint](#readiness-endpoint)
6666
* [Liveness Endpoint](#liveness-endpoint)
67+
* [Database structure](#database-structure)
6768
* [Publish the service as Python package on PyPI](#publish-the-service-as-python-package-on-pypi)
6869
* [Generate distribution archives to be uploaded into Python registry](#generate-distribution-archives-to-be-uploaded-into-python-registry)
6970
* [Upload distribution archives into selected Python registry](#upload-distribution-archives-into-selected-python-registry)
@@ -836,6 +837,10 @@ The liveness endpoint performs a basic health check to verify the service is ali
836837
}
837838
```
838839

840+
# Database structure
841+
842+
Database structure is described on [this page](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)
843+
839844
# Publish the service as Python package on PyPI
840845

841846
To publish the service as an Python package on PyPI to be installable by anyone

docs/DB/anomalies.html

Lines changed: 293 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)