buckets


Namebuckets JSON
Version 20230810 PyPI version JSON
download
home_pagehttps://github.com/magicray/buckets
SummaryStrongly consistent KV store and Log - with GET/PUT/APPEND operations over HTTPS.
upload_time2023-08-10 03:13:45
maintainer
docs_urlNone
authorBhupendra Singh
requires_python
license
keywords paxos kv key value sqlite consistent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uses Paxos for replication, SQLite for paxos metadata and filesystem for data. Leaderless and highly available.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/magicray/buckets",
    "name": "buckets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "paxos,kv,key,value,sqlite,consistent",
    "author": "Bhupendra Singh",
    "author_email": "bhsingh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/e5/6a27d4b859a429dbe2fa22b1d2338256a7fdbc68969eac184c836c29e794/buckets-20230810.tar.gz",
    "platform": null,
    "description": "Uses Paxos for replication, SQLite for paxos metadata and filesystem for data. Leaderless and highly available.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Strongly consistent KV store and Log - with GET/PUT/APPEND operations over HTTPS.",
    "version": "20230810",
    "project_urls": {
        "Homepage": "https://github.com/magicray/buckets"
    },
    "split_keywords": [
        "paxos",
        "kv",
        "key",
        "value",
        "sqlite",
        "consistent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24e56a27d4b859a429dbe2fa22b1d2338256a7fdbc68969eac184c836c29e794",
                "md5": "ea3c3e0998d1ef05e88852672065b2b5",
                "sha256": "e7e6063262c3434bd14e131d637d8be4361756c305ae1d30933f0eed303c827a"
            },
            "downloads": -1,
            "filename": "buckets-20230810.tar.gz",
            "has_sig": false,
            "md5_digest": "ea3c3e0998d1ef05e88852672065b2b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6327,
            "upload_time": "2023-08-10T03:13:45",
            "upload_time_iso_8601": "2023-08-10T03:13:45.400112Z",
            "url": "https://files.pythonhosted.org/packages/24/e5/6a27d4b859a429dbe2fa22b1d2338256a7fdbc68969eac184c836c29e794/buckets-20230810.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-10 03:13:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "magicray",
    "github_project": "buckets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "buckets"
}
        
Elapsed time: 0.09681s