Skip to main content

xmldirector.connector supports mounting storages like S3, Webdav backend or local filesystem into Plone

Project description

xmldirector.connector

xmldirector.plonecore integrates Plone 5 with

  • local filesystem

  • WebDAV-backed backend

  • AWS S3

  • remote servers over SFTP/SSH

xmldirector.plonecore provides a Connector content-type that mounts a particular storage into Plone.

No support for indexing and search mounted content.

Requirements

  • Plone 5.2 with Python 2.7 and Python 3.6 (tested)

  • Supported backends:

    • eXist-db

    • Base-X

    • OwnCloud

    • Alfresco

    • Marklogic Server

    • AWS S3

    • Cloud federation services

      • Otixo.com

      • Storagemadeeasy.com

Configuration

Goto the Plone control panel and click on the XML-Director Connector configlet and configure the your service

ExistDB

  • webdav://localhost:6080/existdb/webdav/db

  • username and password required to access your XML database over WebDAV

BaseX

  • webdav://localhost:8984/webdav

  • username and password required to access your XML database over WebDAV

Owncloud

  • webdav://hostname:port/remote.php/webdav

  • username and password required to access your Owncloud instance over WebDAV

Alfresco

  • webdav://hostname:port/webdav

  • username and password required to access your Alfresco instance over WebDAV

Local filesystem

  • file:///path/to/some/directory

  • no support for credentials, the referenced filesystem must be readable (and writable)

AWS S3

  • s3://bucketname

  • enter your AWS access key as username and the AWS secret key as password (You need to install the Python package fs-s3fs through buildout).

SSH/SFTP

  • ssh://hostname.com or sftp://hostname.com (You need to install the Python package fs.sshfs through buildout).

API notes

The implementation of xmldirector.connector is heavily backed by the PyFilesystem 2 API. Every Connector instance in Plone gives you access to the mounted storage through the handle = connector.get_handle() call which is instance of fs.base.FS. Check https://docs.pyfilesystem.org for details.

Available drivers

Connectivity with other backend is accomplished through dedicated driverse that implementation the API layer between PyFilesystem 2 and the related backend. See https://www.pyfilesystem.org/page/index-of-filesystems/ for all available drivers.

License

This package is published under the GNU Public License V2 (GPL 2)

Source code

See https://bitbucket.org/onkopedia/xmldirector.connector

Bugtracker

See https://bitbucket.org/onkopedia/xmldirector.connector

Author

Andreas Jung/ZOPYX
Hundskapfklinge 33
D-72074 Tuebingen, Germany
www.zopyx.com

Changelog

0.1 (2018-12-14)

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xmldirector.connector-0.1.7.zip (1.7 MB view details)

Uploaded Source

File details

Details for the file xmldirector.connector-0.1.7.zip.

File metadata

  • Download URL: xmldirector.connector-0.1.7.zip
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for xmldirector.connector-0.1.7.zip
Algorithm Hash digest
SHA256 124decc10e02ebc80bb71d93590f140aa3df603b7ade9dea352f5a520c1ce3ce
MD5 5cb38b9b0df028f99c957ac11b2cea7e
BLAKE2b-256 bf19b272a012ea93d1e1cdb44c0c9e6e38b911cac2f7446d6c834f0c56650c32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page