https://github.com/bsc-dom/dataclay
Python distributed data store that enables remotely access and method execution.
https://github.com/bsc-dom/dataclay
active-storage distributed-computing distributed-database distributed-storage parallel-computing python
Last synced: 9 months ago
JSON representation
Python distributed data store that enables remotely access and method execution.
- Host: GitHub
- URL: https://github.com/bsc-dom/dataclay
- Owner: bsc-dom
- License: bsd-3-clause
- Created: 2022-04-12T15:40:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T12:27:13.000Z (9 months ago)
- Last Synced: 2025-07-03T13:29:09.454Z (9 months ago)
- Topics: active-storage, distributed-computing, distributed-database, distributed-storage, parallel-computing, python
- Language: Python
- Homepage: https://dataclay.bsc.es/
- Size: 19.6 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE.txt
Awesome Lists containing this project
README

dataClay 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.
## Installation
To install dataClay, you can use [pip](https://pip.pypa.io):
```bash
pip install dataclay
```
Alternatively, you can obtain the latest source code from [GitHub](https://github.com/bsc-dom/dataclay):
```bash
git clone https://github.com/bsc-dom/dataclay.git
cd dataclay
pip install .
```
## Documentation
dataClay has usage and reference documentation at [dataclay.readthedocs.io](https://dataclay.readthedocs.io/en/latest/)
## Contributing
We welcome contributions to dataClay. Please see the [Contributing](https://dataclay.readthedocs.io/en/latest/contributing.html) for more details.
## Maintainers
- [@alexbarcelo](https://github.com/alexbarcelo) (Alex Barcelo)
- [@aqueralt](https://github.com/aqueralt) (Anna Queralt)
- [@marcmonfort](https://github.com/marcmonfort) (Marc Monfort)
- [@Canicula98](https://github.com/Canicula98) (David Cano)
## Other resources
[BSC official website](https://www.bsc.es/dataclay)
## Acknolwedgments
See the [full list of acknowledgments](ACKNOWLEDGMENTS.md)