Manages Data Store with External Bulk Data
Project description
Overview
Kosh allows codes to store, query, share data via an easy-to-use Python API. Kosh lies on top of Sina and as a result can use any database backend supported by Sina.
In addition Kosh aims to make data access and sharing as simple as possible.
Via "loaders", "transformers" and "operators" Kosh can access and process data in a consistent fashion, decoupled from data format and location.
Kosh is a Hindi word that means treasury, which is derived from Kosha, a Sanskrit word that means container in either a direct or metaphorical sense. A fairly good translation would be repository.
Getting Started
To get the latest public version:
pip install kosh
To get the latest stable, from a cloned repo simply run:
pip install .
Alternatively add the path to this repo to your PYTHONPATH
environment variable, or in your code with:
import sys
sys.path.append(path_to_kosh_repo)
For more details look into the installation doc
First steps
See this file
Getting Involved
Kosh is user-oriented, and users' questions, comments, and contributions help guide its evolution. We welcome involvement and feedbacks.
Contact Info
You can reach our team at kosh-support@llnl.gov. Kosh main developer can be reached at: doutriaux1@llnl.gov
Contributing
Contributions should be submitted as a pull request pointing to the develop branch, and must pass Kosh's CI process; to run the same checks locally follow the instructions in the tests directory.
Contributions must be made under the same license as Kosh (see the bottom of this file).
Release and License
Kosh is distributed under the terms of the MIT license; new contributions must be made under this license.
SPDX-License-Identifier: MIT
LLNL-CODE-814755
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file kosh-3.1-py3-none-any.whl
.
File metadata
- Download URL: kosh-3.1-py3-none-any.whl
- Upload date:
- Size: 140.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 607c743b610c605e7c726d02ea357c6b3d506537c6ff632da17955be633f8150 |
|
MD5 | fd0f8c1d056981d1fa67a4e0b309a327 |
|
BLAKE2b-256 | cdc51b1442a0ff3062bac1679016b9bbf1573652901bcec2d8e59285e4d798da |