org.odpi.openmetadata.adminservices.store.package-info Maven / Gradle / Ivy
/* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.adminservices.store;
/**
* The store package provides the interface definition for the data store used to store configuration documents.
* Egeria has a default implementation of this connector that stores each configuration document in a separate file.
*/