{"id":21438148,"url":"https://github.com/bsc-dom/dataclay","last_synced_at":"2025-07-14T15:32:45.477Z","repository":{"id":92060521,"uuid":"480872123","full_name":"bsc-dom/dataclay","owner":"bsc-dom","description":"Python distributed data store that enables remotely access and method execution.","archived":false,"fork":false,"pushed_at":"2025-07-03T12:27:13.000Z","size":20590,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T13:29:09.454Z","etag":null,"topics":["active-storage","distributed-computing","distributed-database","distributed-storage","parallel-computing","python"],"latest_commit_sha":null,"homepage":"https://dataclay.bsc.es/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsc-dom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-12T15:40:02.000Z","updated_at":"2025-07-03T12:27:18.000Z","dependencies_parsed_at":"2023-10-11T14:47:00.839Z","dependency_job_id":"b9bd32cb-1ed1-4cf6-8888-676ac67439f3","html_url":"https://github.com/bsc-dom/dataclay","commit_stats":{"total_commits":642,"total_committers":11,"mean_commits":58.36363636363637,"dds":"0.36137071651090347","last_synced_commit":"c4e02dbb9887b50a811670455d45791bb8c20fe3"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bsc-dom/dataclay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-dom%2Fdataclay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-dom%2Fdataclay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-dom%2Fdataclay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-dom%2Fdataclay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsc-dom","download_url":"https://codeload.github.com/bsc-dom/dataclay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsc-dom%2Fdataclay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265311989,"owners_count":23745176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-storage","distributed-computing","distributed-database","distributed-storage","parallel-computing","python"],"created_at":"2024-11-23T00:33:22.852Z","updated_at":"2025-07-14T15:32:45.001Z","avatar_url":"https://github.com/bsc-dom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n\n![dataClay](https://github.com/bsc-dom/dataclay/blob/main/docs/_static/dataclay-full.png)\n\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bsc-dom/dataclay/actions/workflows/tests.yml\"\u003e\u003cimg alt=\"Tests\" src=\"https://github.com/bsc-dom/dataclay/actions/workflows/tests.yml/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://dataclay.readthedocs.io/en/latest/?badge=latest\"\u003e\u003cimg alt=\"Documentation Status\" src=\"https://readthedocs.org/projects/dataclay/badge/?version=latest\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/dataclay/\"\u003e\u003cimg alt=\"PyPI - Status\" src=\"https://img.shields.io/pypi/status/dataclay\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/dataclay/\"\u003e\u003cimg alt=\"PyPI - Format\" src=\"https://img.shields.io/pypi/format/dataclay\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/bsc-dom/dataclay/blob/main/LICENSE.txt\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/bsc-dom/dataclay\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://badge.fury.io/py/dataclay\"\u003e\u003cimg src=\"https://badge.fury.io/py/dataclay.svg\" alt=\"PyPI version\" height=\"18\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pepy.tech/project/dataclay\"\u003e\u003cimg alt=\"Pypi Downloads\" src=\"https://pepy.tech/badge/dataclay\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\ndataClay is a distributed data store that enables applications to store and access objects in the same format they have in memory, and executes object methods within the data store. These two main features accelerate both the development of applications and their execution.\n\n## Installation\n\nTo install dataClay, you can use [pip](https://pip.pypa.io):\n\n```bash\npip install dataclay\n```\n\nAlternatively, you can obtain the latest source code from [GitHub](https://github.com/bsc-dom/dataclay):\n\n```bash\ngit clone https://github.com/bsc-dom/dataclay.git\ncd dataclay\npip install .\n```\n\n## Documentation\n\ndataClay has usage and reference documentation at [dataclay.readthedocs.io](https://dataclay.readthedocs.io/en/latest/)\n\n## Contributing\n\nWe welcome contributions to dataClay. Please see the [Contributing](https://dataclay.readthedocs.io/en/latest/contributing.html) for more details.\n\n## Maintainers\n\n- [@alexbarcelo](https://github.com/alexbarcelo) (Alex Barcelo)\n- [@aqueralt](https://github.com/aqueralt) (Anna Queralt)\n- [@marcmonfort](https://github.com/marcmonfort) (Marc Monfort)\n- [@Canicula98](https://github.com/Canicula98) (David Cano)\n\n## Other resources\n\n[BSC official website](https://www.bsc.es/dataclay)\n\n## Acknolwedgments\n\nSee the [full list of acknowledgments](ACKNOWLEDGMENTS.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsc-dom%2Fdataclay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsc-dom%2Fdataclay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsc-dom%2Fdataclay/lists"}