Skip to content
Snippets Groups Projects
Select Git revision
  • 131cf09a7e03885d97d6bee743b75ecee25165f2
  • master default protected
  • replication_test
  • dev protected
  • release-1.10 protected
  • 556-usage-statistics
  • 553-semantic-recommendation-2
  • 553-semantic-recommendation
  • release-1.9 protected
  • 551-init-broker-service-permissions
  • 549-test-oai-pmh
  • 545-saving-multiple-times-breaks-pid-metadata
  • 499-standalone-compute-service-2
  • 539-load-tests
  • hotfix/helm-chart
  • luca_ba_new_interface
  • 534-bug-when-adding-access-to-user-that-is-not-registered-at-dashboard-service
  • release-1.8 protected
  • 533-integrate-semantic-recommendation
  • feature/openshift
  • 518-spark-doesn-t-map-the-headers-correct
  • v1.10.4 protected
  • v1.10.3 protected
  • v1.10.2 protected
  • v1.10.1 protected
  • v1.10.0-rc13 protected
  • v1.10.0-rc12 protected
  • v1.10.0-rc11 protected
  • v1.10.0-rc10 protected
  • v1.10.0-rc9 protected
  • v1.10.0-rc8 protected
  • v1.10.0-rc7 protected
  • v1.10.0-rc6 protected
  • v1.10.0-rc5 protected
  • v1.10.0-rc4 protected
  • v1.10.0-rc3 protected
  • v1.10.0-rc2 protected
  • v1.10.0rc1 protected
  • v1.10.0rc0 protected
  • v1.10.0 protected
  • v1.9.3 protected
41 results

storage-service.md

Blame
  • Martin Weise's avatar
    Martin Weise authored
    60850968
    History
    author: Martin Weise

    tl;dr

    !!! debug "Debug Information"

    Image: [`docker.io/chrislusf/seaweedfs:3.59`](https://hub.docker.com/r/chrislusf/seaweedfs)
    
    * Ports: 8888/tcp, 9000/tcp
    * Prometheus: `http://<hostname>:9091/metrics`
    * Filer UI: `http://<hostname>:8888`
    
    To directly access in Kubernetes (for e.g. debugging), forward the svc port to your local machine:
    
    ```shell
    kubectl [-n namespace] port-forward svc/storage-service-s3 9000:8333
    ```

    Overview

    We use SeaweedFS as a high-performance, S3 compatible object store for easy, cloud-ready deployments that by default support replication and monitoring. No graphical user interface is provided out-of-the-box, administrators can access the S3 storage via S3-compatible clients e.g. AWS CLI (see below).

    Users

    The default configuration creates one user seaweedfsadmin with password seaweedfsadmin.

    Buckets

    The default configuration creates two buckets dbrepo-upload, dbrepo-download:

    • dbrepo-upload for CSV-file upload (for import of data, analysis, etc.) from the User Interface
    • dbrepo-download for CSV-file download (exporting data, metadata, etc.)

    Limitations

    • No support for multiple regions.

    !!! question "Do you miss functionality? Do these limitations affect you?"

    We strongly encourage you to help us implement it as we are welcoming contributors to open-source software and get
    in [contact](../../contact) with us, we happily answer requests for collaboration with attached CV and your programming 
    experience!

    Security

    1. For public deployments, change the default credentials.