2024-10-30 12:40:35 +01:00
|
|
|
# gCube System - Dockerized Cassanra
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
This is the dockerization of the cassandra infrastructure
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Version
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
version `v1.0.0`
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Structure of the project
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
it contains:
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
* the [script](dump.sh) for dumping the devel environment, and
|
|
|
|
* the [Dockerfile](./Dockerfile)
|
|
|
|
* this [Docker compose](./compose.yaml) files to build and start the composed instance with the dumped schema and data
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Built With
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
* [Docker](https://www.docker.com/)
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Documentation
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
See [INSTRUCTIONS](INSTRUCTIONS.md)
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Change log
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
See [CHANGELOG](CHANGELOG.md)
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Authors
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
* **Alfredo Oliviero** ([ORCID]( https://orcid.org/0009-0007-3191-1025)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/A.Oliviero)
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## Maintainers
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
* **Alfredo Oliviero** ([ORCID]( https://orcid.org/0009-0007-3191-1025)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/A.Oliviero)
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## License
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
## About the gCube Framework
|
2024-08-01 11:25:40 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
This software is part of the [gCubeFramework](https://www.gcube-system.org/ "gCubeFramework"): an
|
|
|
|
open-source software toolkit used for building and operating Hybrid Data
|
|
|
|
Infrastructures enabling the dynamic deployment of Virtual Research Environments
|
|
|
|
by favouring the realisation of reuse oriented policies.
|
2024-07-24 15:03:39 +02:00
|
|
|
|
2024-10-30 12:40:35 +01:00
|
|
|
The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md)
|