rwdq


Namerwdq JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/zxj0302/rwdq
SummaryA tool for querying real-world graph database
upload_time2024-08-18 19:15:47
maintainerNone
docs_urlNone
authorZhu Xiangju
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **Description**:

This tool is used to extract specific graphs in a database(must have the same columns and attributes with ours).

**Motivation**:

In GNN dataset like OGB and TUDataset, we can directly use the dataset e.g. MUTAG, Cora, etc. However, in some cases, we need to extract specific graphs from a database to support specific tasks or experiments or do some stress tests. Take the GNN based subgraph counting for example, there is a method that cannot support very dense graphs or graphs has some dense and star-shaped part, so we need to filter the graphs to get proper ones. This tool is designed for this purpose.

**Usage**:

* python main.py --config my_config.json --database my_database.db
* data_objects = run_query('config.json', 'rwd.db')

The configuration file should be a JSON file specifying the query parameters.

**License**:

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zxj0302/rwdq",
    "name": "rwdq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zhu Xiangju",
    "author_email": "zhuxiangjv@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/25/370ece6bfc34c8a93e856c4513838d0de005f999af441cacf33a8afaf7d0/rwdq-0.1.0.tar.gz",
    "platform": null,
    "description": "**Description**:\r\n\r\nThis tool is used to extract specific graphs in a database(must have the same columns and attributes with ours).\r\n\r\n**Motivation**:\r\n\r\nIn GNN dataset like OGB and TUDataset, we can directly use the dataset e.g. MUTAG, Cora, etc. However, in some cases, we need to extract specific graphs from a database to support specific tasks or experiments or do some stress tests. Take the GNN based subgraph counting for example, there is a method that cannot support very dense graphs or graphs has some dense and star-shaped part, so we need to filter the graphs to get proper ones. This tool is designed for this purpose.\r\n\r\n**Usage**:\r\n\r\n* python main.py --config my_config.json --database my_database.db\r\n* data_objects = run_query('config.json', 'rwd.db')\r\n\r\nThe configuration file should be a JSON file specifying the query parameters.\r\n\r\n**License**:\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for querying real-world graph database",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/zxj0302/rwdq"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd498cbdc817fda1930dcdeb7c684af3bfa9a737d6bf2b8665b80e2cfb758a6",
                "md5": "bc08d1e49f2300b11d7318bf897ef711",
                "sha256": "09b502575bfb0212d0192a383b0aa1c3e7976d537a7867ef8439fee9d0f39e0d"
            },
            "downloads": -1,
            "filename": "rwdq-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc08d1e49f2300b11d7318bf897ef711",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3991,
            "upload_time": "2024-08-18T19:15:45",
            "upload_time_iso_8601": "2024-08-18T19:15:45.976632Z",
            "url": "https://files.pythonhosted.org/packages/5f/d4/98cbdc817fda1930dcdeb7c684af3bfa9a737d6bf2b8665b80e2cfb758a6/rwdq-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a325370ece6bfc34c8a93e856c4513838d0de005f999af441cacf33a8afaf7d0",
                "md5": "e3a69d3af1f68567f61ba6a143043bc2",
                "sha256": "faec8a690a64b07677e38d969cdb778d17e00cfa97a483605ac30ae9d575bcaf"
            },
            "downloads": -1,
            "filename": "rwdq-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e3a69d3af1f68567f61ba6a143043bc2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3589,
            "upload_time": "2024-08-18T19:15:47",
            "upload_time_iso_8601": "2024-08-18T19:15:47.537047Z",
            "url": "https://files.pythonhosted.org/packages/a3/25/370ece6bfc34c8a93e856c4513838d0de005f999af441cacf33a8afaf7d0/rwdq-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-18 19:15:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zxj0302",
    "github_project": "rwdq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rwdq"
}
        
Elapsed time: 0.48772s