Skip to content

Python distributed data store that enables remotely access and method execution.

License

Notifications You must be signed in to change notification settings

icos-project/dataclay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataClay

Tests Documentation Status PyPI - Status PyPI - Format License PyPI version Pypi Downloads

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:

pip install dataclay

Alternatively, you can obtain the latest source code from GitHub:

git clone https://github.com/bsc-dom/dataclay.git
cd dataclay
pip install .

Documentation

dataClay has usage and reference documentation at dataclay.readthedocs.io

Contributing

We welcome contributions to dataClay. Please see the Contributing for more details.

Maintainers

Other resources

BSC official website

Legal

The dataClay software package is released under the BSC 3-Clause license. Copyright © 2022-2024 BSC. All rights reserved.

🇪🇺 This work has received funding from the European Union's HORIZON research and innovation programme under grant agreement No. 101070177.

About

Python distributed data store that enables remotely access and method execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Shell 3.0%
  • Java 2.8%
  • Other 0.8%