snapshotkockpit


Namesnapshotkockpit JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA library for creating snapshots of data over specified date ranges using Spark.
upload_time2024-07-25 11:24:22
maintainerNone
docs_urlNone
authorNaveen Gulati, Shubham Rawat
requires_pythonNone
licenseNone
keywords snapshot pyspark naveen gulati shubham rawat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Snapshot Library

This library provides functionality to create snapshots of data over a specified date range using Apache Spark. It allows users to efficiently capture and analyze data states at specific points in time, which is useful for backup, recovery, and historical data analysis.

## Features

- **Flexible Date Range**: Create snapshots for any specified start and end dates.
- **Data Aggregation**: Automatically groups and sums data by specified columns.
- **Spark Integration**: Leverages the power of Apache Spark for distributed data processing.

## Installation

Install the package using pip:

```bash
pip install Snapshot

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "snapshotkockpit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Snapshot, pyspark, Naveen Gulati, Shubham Rawat",
    "author": "Naveen Gulati, Shubham Rawat",
    "author_email": "gulati1432@gmail.com, rawatshubham71@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/92/cf04971df340da0201e879b6356c85fd2485bceee3b41a56e7584f9fd3ff/snapshotkockpit-0.0.1.tar.gz",
    "platform": null,
    "description": "# Snapshot Library\r\n\r\nThis library provides functionality to create snapshots of data over a specified date range using Apache Spark. It allows users to efficiently capture and analyze data states at specific points in time, which is useful for backup, recovery, and historical data analysis.\r\n\r\n## Features\r\n\r\n- **Flexible Date Range**: Create snapshots for any specified start and end dates.\r\n- **Data Aggregation**: Automatically groups and sums data by specified columns.\r\n- **Spark Integration**: Leverages the power of Apache Spark for distributed data processing.\r\n\r\n## Installation\r\n\r\nInstall the package using pip:\r\n\r\n```bash\r\npip install Snapshot\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for creating snapshots of data over specified date ranges using Spark.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "snapshot",
        " pyspark",
        " naveen gulati",
        " shubham rawat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7f2fce260dc759906a597c98c2dde0bd705de35ef4fced50269a0a8bd212760",
                "md5": "7da76a68659d6dbd675a48d4e1d142fd",
                "sha256": "93e8974c7b43f74b81015237e3339d617e673012b18aa049e43083e091eaafa5"
            },
            "downloads": -1,
            "filename": "snapshotkockpit-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7da76a68659d6dbd675a48d4e1d142fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3337,
            "upload_time": "2024-07-25T11:24:20",
            "upload_time_iso_8601": "2024-07-25T11:24:20.377587Z",
            "url": "https://files.pythonhosted.org/packages/f7/f2/fce260dc759906a597c98c2dde0bd705de35ef4fced50269a0a8bd212760/snapshotkockpit-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e692cf04971df340da0201e879b6356c85fd2485bceee3b41a56e7584f9fd3ff",
                "md5": "92535a11012f93a84d133d6eec1a27a3",
                "sha256": "a81fa35d5a59f8010a1e32819a01ad6ecbd2c417600a621eb3ea16a05cb421ea"
            },
            "downloads": -1,
            "filename": "snapshotkockpit-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92535a11012f93a84d133d6eec1a27a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2954,
            "upload_time": "2024-07-25T11:24:22",
            "upload_time_iso_8601": "2024-07-25T11:24:22.004392Z",
            "url": "https://files.pythonhosted.org/packages/e6/92/cf04971df340da0201e879b6356c85fd2485bceee3b41a56e7584f9fd3ff/snapshotkockpit-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 11:24:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "snapshotkockpit"
}
        
Elapsed time: 0.31075s