From e8a659ff95e74f24509bd703c65992cc7f714dbf Mon Sep 17 00:00:00 2001 From: Zohar Malamant Date: Mon, 18 Dec 2023 13:05:31 +0100 Subject: [PATCH] Add archival message to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 291427c..3152370 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ This is the permanent storage solution for the [ERT](https://github.com/equinor/ert) project. It is written in Python 3.6+ using FastAPI, Pydantic, SQLAlchemy and Azure Blob Storage. +> [!CAUTION] +> This repository has been archived as its contents have been merged with ERT proper. + # Development Environment This section describes how to use ERT Storage for testing or development purposes. It uses an in-memory SQLite database with no Azure Blob Storage.