logdb


Namelogdb JSON
Version 20230407 PyPI version JSON
download
home_pagehttps://github.com/magicray/logdb
SummaryA simple Queue and DB - with append/tail and get/put operations over HTTPS.
upload_time2023-04-07 17:10:49
maintainer
docs_urlNone
authorBhupendra Singh
requires_python
license
keywords queue paxos pubsub pub sub kv key value mtls
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uses Paxos for replication and mTLS for auth. Leaderless and highly available.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/magicray/logdb",
    "name": "logdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "queue,paxos,pubsub,pub,sub,kv,key,value,mtls",
    "author": "Bhupendra Singh",
    "author_email": "bhsingh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/03/69c1b2d4d97125d31b03876704a20764fabebc4bab9725a7bac83b6da417/logdb-20230407.tar.gz",
    "platform": null,
    "description": "Uses Paxos for replication and mTLS for auth. Leaderless and highly available.",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple Queue and DB - with append/tail and get/put operations over HTTPS.",
    "version": "20230407",
    "split_keywords": [
        "queue",
        "paxos",
        "pubsub",
        "pub",
        "sub",
        "kv",
        "key",
        "value",
        "mtls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "940369c1b2d4d97125d31b03876704a20764fabebc4bab9725a7bac83b6da417",
                "md5": "5f164a8bf4c3e53918d0e794e950ae20",
                "sha256": "c4ad38063935ecc41631fb25d6f414373e58addfc38f52265f534146d939d667"
            },
            "downloads": -1,
            "filename": "logdb-20230407.tar.gz",
            "has_sig": false,
            "md5_digest": "5f164a8bf4c3e53918d0e794e950ae20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7019,
            "upload_time": "2023-04-07T17:10:49",
            "upload_time_iso_8601": "2023-04-07T17:10:49.042762Z",
            "url": "https://files.pythonhosted.org/packages/94/03/69c1b2d4d97125d31b03876704a20764fabebc4bab9725a7bac83b6da417/logdb-20230407.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-07 17:10:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "magicray",
    "github_project": "logdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "logdb"
}
        
Elapsed time: 0.07680s