Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 398 Bytes

object-store

It is library holding interface and implementations to manage downloadable objects. Implementations include:

  • Support for HDFS
  • Support for multitenant HDFS (working as specific user, not as a technical one)
  • In-memory store
  • In-folder store

If you want to use ObjectStore, you need to set one of below spring profiles in your app:

  • default
  • hdfs
  • multitenant-hdfs