Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
/ cortx-experiments Public archive

A collection of experiments, feasibility studies, and proofs of concept using CORTX. Feel free to join an existing experiment or start your own!

License

Notifications You must be signed in to change notification settings

Seagate/cortx-experiments

License: AGPL v3 Slack YouTube

Disclaimer: This project is not maintained anymore

CORTX-Experiments

The cortex-experiments repo is used for recording all the pocs and experiments executed by architecture team.

Guideline for adding a new poc -

  1. Add a new directory in repo.
  2. Inside the new directory, create three directories objective, docs and src.
  3. The objective directory contains a document explaining the objective of poc.
  4. The docs document contains all the documents generated for as a result of poc.
  5. The src directory should contain any code which was written for executing the poc.