Document data structure type analyzer and vizualizer
Project description
DDSTAV
DDSTAV (Document Data Structure Analyzer & Visualizer) is a Python package for analyzing and visualizing the structure of document-based databases.
It helps you quickly understand:
- the shape of documents
- data types across collections
- count of separate data structures in collections
🚀 Usage
The main entry point of the package is the ddstav function.
Function parameters
-
uri(str)
MongoDB connection string specifying the deployment to connect to. -
database_name(str)
Name of the MongoDB database to be analyzed.
Example
from DDSTAV import ddstav
ddstav("mongodb://localhost:27017/", "test_database")
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ddstav-0.1.0.tar.gz.
File metadata
- Download URL: ddstav-0.1.0.tar.gz
- Upload date:
- Size: 64.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9121f020a02053781a8f0a2c676de57cde5fe3d9497c243b2ae27187a9abe5f
|
|
| MD5 |
5bcd473b8f3ee61326d6eed55f7c5d93
|
|
| BLAKE2b-256 |
c98eca32e4a7fcf595b49f134cb308a5013bfbe574e6e87e705684be5612d328
|
File details
Details for the file ddstav-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ddstav-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a0bd2228ab9a9a88b39b6825e0f96c596b1f05464eed2a75317c26ff856de86
|
|
| MD5 |
318c12bec935a44cbbdb36b8213e39dd
|
|
| BLAKE2b-256 |
1f545865bdbf770e27c3d0aff9972c4259631aab0f7173b3604110a4c1683ef9
|