intersect-sdk


Nameintersect-sdk JSON
Version 0.6.2 PyPI version JSON
download
home_pageNone
SummaryPython SDK to interact with INTERSECT
upload_time2024-06-07 21:24:13
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.8.10
licenseBSD-3-Clause
keywords intersect
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # INTERSECT-SDK

The INTERSECT-SDK is a framework for microservices to integrate themselves into the wider Interconnected Science Ecosystem (INTERSECT).

Please note that this README is currently a work in progress.

## What is INTERSECT?
[INTERSECT](https://www.ornl.gov/intersect) was designed as a specific usecase - as an open federated hardware/software architecture for the laboratory of the future, which connects scientific instruments, robot-controlled laboratories and edge/center computing/data resources to enable autonomous experiments, self-driving laboratories, smart manufacturing, and AI-driven design, discovery and evaluation.

## What are the core design philosophies of the SDK?

- Event-driven architecture
- Support core interaction types: request/response, events, commands, statuses
- Borrows several concepts from [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest), and intends to support multiple different protocols. Currently, we support MQTT 3.1.1 and AMQP 0.9.1, but other protocols will be supported as well.
- Users automatically generate schema from code; schemas are part of the core contract of an INTERSECT microservice, and both external inputs and microservice outputs are required to uphold this contract.

## Authors

INTERSECT SDK was created by its [contributors](https://github.com/intersect-sdk/python-sdk/graphs/contributors).

### Citing INTERSECT-SDK

If you are referencing INTERSECT-SDK in a publication, please cite the following paper:

 * Addi Malviya Thakur, Seth Hitefield, Marshall McDonnell, Matthew Wolf, Richard Archibald, Lance Drane, Kevin Roccapriore, Maxim Ziatdinov, Jesse McGaha, Robert Smith, John Hetrick, Mark Abraham, Sergey Yakubov, Greg Watson, Ben Chance, Clara Nguyen, Matthew Baker, Robert Michael, Elke Arenholz & Ben Mintz. Towards a Software Development Framework for Interconnected Science Ecosystems. In: Doug, K., Al, G., Pophale, S., Liu, H., Parete-Koon, S. (eds) Accelerating Science and Engineering Discoveries Through Integrated Research Infrastructure for Experiment, Big Data, Modeling and Simulation. SMC 2022. Communications in Computer and Information Science, vol 1690. Springer, Cham. https://doi.org/10.1007/978-3-031-23606-8_13

On GitHub, you can copy this citation in APA or BibTeX format via the "Cite this repository" button. Or, see the comments in `CITATION.cff` for the raw BibTeX.

## Acknowledgements

The INTERSECT-SDK development has received funding support / sponsorship from the following:

  * Laboratory Directed Research and Development Program of Oak Ridge National Laboratory, managed by UT-Battelle, LLC, for the U. S. Department of Energy.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "intersect-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.10",
    "maintainer_email": null,
    "keywords": "intersect",
    "author": null,
    "author_email": "Lance Drane <dranelt@ornl.gov>, Marshall McDonnell <mcdonnellmt@ornl.gov>, Seth Hitefield <hitefieldsd@ornl.gov>, Andrew Ayres <ayresaf@ornl.gov>, Gregory Cage <cagege@ornl.gov>, Jesse McGaha <mcgahajr@ornl.gov>, Robert Smith <smithrw@ornl.gov>, Gavin Wiggins <wigginsg@ornl.gov>, Michael Brim <brimmj@ornl.gov>, Rick Archibald <archibaldrk@ornl.gov>, Addi Malviya Thakur <malviyaa@ornl.gov>",
    "download_url": "https://files.pythonhosted.org/packages/c4/8d/90f3a0380412c0b4986e66f84144140af203c25ea236a9b7f8ce0424d55e/intersect_sdk-0.6.2.tar.gz",
    "platform": null,
    "description": "# INTERSECT-SDK\n\nThe INTERSECT-SDK is a framework for microservices to integrate themselves into the wider Interconnected Science Ecosystem (INTERSECT).\n\nPlease note that this README is currently a work in progress.\n\n## What is INTERSECT?\n[INTERSECT](https://www.ornl.gov/intersect) was designed as a specific usecase - as an open federated hardware/software architecture for the laboratory of the future, which connects scientific instruments, robot-controlled laboratories and edge/center computing/data resources to enable autonomous experiments, self-driving laboratories, smart manufacturing, and AI-driven design, discovery and evaluation.\n\n## What are the core design philosophies of the SDK?\n\n- Event-driven architecture\n- Support core interaction types: request/response, events, commands, statuses\n- Borrows several concepts from [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest), and intends to support multiple different protocols. Currently, we support MQTT 3.1.1 and AMQP 0.9.1, but other protocols will be supported as well.\n- Users automatically generate schema from code; schemas are part of the core contract of an INTERSECT microservice, and both external inputs and microservice outputs are required to uphold this contract.\n\n## Authors\n\nINTERSECT SDK was created by its [contributors](https://github.com/intersect-sdk/python-sdk/graphs/contributors).\n\n### Citing INTERSECT-SDK\n\nIf you are referencing INTERSECT-SDK in a publication, please cite the following paper:\n\n * Addi Malviya Thakur, Seth Hitefield, Marshall McDonnell, Matthew Wolf, Richard Archibald, Lance Drane, Kevin Roccapriore, Maxim Ziatdinov, Jesse McGaha, Robert Smith, John Hetrick, Mark Abraham, Sergey Yakubov, Greg Watson, Ben Chance, Clara Nguyen, Matthew Baker, Robert Michael, Elke Arenholz & Ben Mintz. Towards a Software Development Framework for Interconnected Science Ecosystems. In: Doug, K., Al, G., Pophale, S., Liu, H., Parete-Koon, S. (eds) Accelerating Science and Engineering Discoveries Through Integrated Research Infrastructure for Experiment, Big Data, Modeling and Simulation. SMC 2022. Communications in Computer and Information Science, vol 1690. Springer, Cham. https://doi.org/10.1007/978-3-031-23606-8_13\n\nOn GitHub, you can copy this citation in APA or BibTeX format via the \"Cite this repository\" button. Or, see the comments in `CITATION.cff` for the raw BibTeX.\n\n## Acknowledgements\n\nThe INTERSECT-SDK development has received funding support / sponsorship from the following:\n\n  * Laboratory Directed Research and Development Program of Oak Ridge National Laboratory, managed by UT-Battelle, LLC, for the U. S. Department of Energy.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python SDK to interact with INTERSECT",
    "version": "0.6.2",
    "project_urls": null,
    "split_keywords": [
        "intersect"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef251fa710941cfcfa9db948b3d889f24188ea43eff88930986875f95b0531a5",
                "md5": "323550a0bb6d78eead30625c594ee6b4",
                "sha256": "f503ae21fb159321bfc4853e5fc01f4de4083398851a9fdb91e004fc7ecd2259"
            },
            "downloads": -1,
            "filename": "intersect_sdk-0.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "323550a0bb6d78eead30625c594ee6b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.10",
            "size": 76572,
            "upload_time": "2024-06-07T21:24:11",
            "upload_time_iso_8601": "2024-06-07T21:24:11.821588Z",
            "url": "https://files.pythonhosted.org/packages/ef/25/1fa710941cfcfa9db948b3d889f24188ea43eff88930986875f95b0531a5/intersect_sdk-0.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c48d90f3a0380412c0b4986e66f84144140af203c25ea236a9b7f8ce0424d55e",
                "md5": "de2172af1babe64872c0d469ba6accef",
                "sha256": "6bdcb7378d2d66f1692aeb7ac06614f8be06df0d4bf750d2fd24f5d04b98386e"
            },
            "downloads": -1,
            "filename": "intersect_sdk-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "de2172af1babe64872c0d469ba6accef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.10",
            "size": 84103,
            "upload_time": "2024-06-07T21:24:13",
            "upload_time_iso_8601": "2024-06-07T21:24:13.263548Z",
            "url": "https://files.pythonhosted.org/packages/c4/8d/90f3a0380412c0b4986e66f84144140af203c25ea236a9b7f8ce0424d55e/intersect_sdk-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-07 21:24:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "intersect-sdk"
}
        
Elapsed time: 0.46751s