https://github.com/zkh-dot/parallel-db

Neet framework for managing database connections in python. Can be usefull for basicly any databases and can parallel your queries with ease.

https://github.com/zkh-dot/parallel-db

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

data-science database high-level parallel python
Last synced: 6 months ago · JSON representation

Repository

Neet framework for managing database connections in python. Can be usefull for basicly any databases and can parallel your queries with ease.

Basic Info
  • Host: GitHub
  • Owner: Zkh-dot
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 102 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 3
Topics
data-science database high-level parallel python
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Parallel-db

codecov CI - Test

Neet framework for managing database connections in python. Can be usefull for basicly any database and can parallel your queries with ease.

There are represented 2 main classes: Table and Scenario. Scenario is a class that represents a set of queries that should be executed. Table is a class that represents a table in database and can be used to execute queries on it.

Github page

Owner

  • Login: Zkh-dot
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 64
  • Total Committers: 2
  • Avg Commits per committer: 32.0
  • Development Distribution Score (DDS): 0.047
Past Year
  • Commits: 64
  • Committers: 2
  • Avg Commits per committer: 32.0
  • Development Distribution Score (DDS): 0.047
Top Committers
Name Email Commits
Zkh-dot k****r@g****m 61
Zkh-dot 5****t 3

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 12
  • Total pull requests: 0
  • Average time to close issues: 7 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Zkh-dot (11)
Pull Request Authors
Top Labels
Issue Labels
bug (8) suggestion (2) invalid (1) documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 42 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 9
  • Total maintainers: 1
pypi.org: parallel-db

Package for high level database parallel automatization

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 42 Last month
Rankings
Dependent packages count: 10.0%
Average: 38.2%
Dependent repos count: 66.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/python-package-conda.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite