Skip to content

File and metadata storage in S3 compliant bucket (An Electronic Content Management System made for organised ducks)

Notifications You must be signed in to change notification settings

trodix/Duckcloud-Server

Repository files navigation

Document Storage (S3 compliant)

Features

  • Document type
  • Document aspects
  • Document properties
  • Search in type, aspects, properties
  • File versioning
  • File content indexation (TODO)

DEV

Upload a document from Postman

Bulk upload (seeding)

./upload.sh /media/DATA/workspace/DEV/_WKS_PDF_SIGN/pdf-sign/src/main/resources/dummy.pdf 3 

Query exemple

GET node/_search
{
  "query": {
    "bool": {
      "must": [
        {
          "match": {
            "aspects": "app-doc:fruit"
          }
        },
        {
          "match": {
            "uuid": "dafbe1a2-c9f0-4067-922c-5f77fbf8de6d"
          }
        }
      ]
    }
  }
}

About

File and metadata storage in S3 compliant bucket (An Electronic Content Management System made for organised ducks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages