Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

The In-memory OMRS Repository Connector provides a simple repository implementation that "stores" metadata in hash maps within the JVM.  It is used for testing, or for environments where metadata maintained in other repositories needs to be cached locally for performance/scalability reasons.

 

The implementation of this repository connector is located in the OMRS module in Java Package:

org.apache.atlas.omrs.adapters.inmemory.repositoryconnector.

 

 

 

 

 

 

...