Skip to content
forked from pimcore/data-hub

Data delivery & consumption platform for Pimcore.

License

Notifications You must be signed in to change notification settings

hlohaus/data-hub

Repository files navigation

Data Hub Bundle

General

Welcome at pimcore’s new data delivery & consumption platform. It aims to integrate different input & output channel technologies into a simple & easy-to-configure system on top of pimcore. Contributions of any kind are warmly appreciated. A short introduction video of an output channel based on the GraphQL query language can be found here.

Minimum Requirements

  • Pimcore >= 5.7

Install

composer require pimcore/data-hub:dev-master

Check if the bundle has been installed

php bin/console pimcore:bundle:list
bin/console pimcore:bundle:list
+---------------------------------+---------+-----------+----+-----+-----+
| Bundle                          | Enabled | Installed | I? | UI? | UP? |
+---------------------------------+---------+-----------+----+-----+-----+
| PimcoreDataHubBundle            ||||||
+---------------------------------+---------+-----------+----+-----+-----+

In case the bundle has not been installed correctly install it via console

php bin/console pimcore:bundle:install PimcoreDataHubBundle

Supported Channels

  • GraphQL
  • CSV/XLS (coming soon...)
  • webservice (coming soon...)
  • ...

Adding a new configuration

Configuration Overview

Choose the channel type

Add Configuration

And get the configuration done

Example for GraphQL

Required Backend User Permission

Either:

  • admin role or
  • plugin_datahub_config

About

Data delivery & consumption platform for Pimcore.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.1%
  • JavaScript 12.7%
  • CSS 3.6%
  • Twig 0.6%