pimcore / data-hub
Pimcore Datahub
Installs: 730 697
Dependents: 8
Suggesters: 1
Security: 1
Stars: 127
Watchers: 18
Forks: 108
Open Issues: 64
Type:pimcore-bundle
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- pimcore/admin-ui-classic-bundle: ^1.0
- pimcore/compatibility-bridge-v10: ^1.0
- pimcore/pimcore: ^11.2
- webonyx/graphql-php: ^15.2.3
Requires (Dev)
- codeception/codeception: ^5.0.3
- codeception/module-asserts: ^2
- codeception/module-symfony: ^3.1.0
- codeception/phpunit-wrapper: ^9
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.6
- symfony/dotenv: ^6.2
- symfony/phpunit-bridge: ^6
- symfony/runtime: ^6.4
- 1.x-dev
- 1.8.x-dev
- v1.8.2
- v1.8.1
- v1.8.0
- 1.7.x-dev
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- 1.6.x-dev
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.6.0-RC2
- v1.6.0-RC1
- v1.6.0-BETA1
- v1.5.8
- v1.5.7
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.7
- v1.1.6
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- v0.8
- v0.7
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6
- v0.5
- v0.4
- v0.3
- v0.2
- v0.1
- dev-571-improvement-support-graphql-alias
- dev-add-cla-check
- dev-553-bugdataobject-table-attribute-with-fixed-columns-can-result-in-error
This package is auto-updated.
Last update: 2024-11-04 09:50:17 UTC
README
Pimcore Datahub
Pimcore Datahub (data delivery and consumption platform) integrates different input & output channel technologies into a simple & easy-to-configure system on top of Pimcore.
The basic configuration of Datahub comes with a GraphQL API, which is described in the next sections of this documentation. To use another configuration, Pimcore Datahub can be extended with different adapters (see Further Information).
Sample presentation of Datahub config when choosing the GraphQL endpoint
A short introduction video of an output channel based on the GraphQL query language can be found here.
Features in a Nutshell
- Easy-to-configure interface layer for data delivery and consumption
- Tool of choice to connect Pimcore to any other systems and applications besides internal PHP API - whether they are backend applications like ERP systems or frontend applications like your storefront
- Multiple endpoints definition for different use cases and target/source systems
- Central and easy-to-use GUI to transform and prepare data for defined endpoints
- To-be-exposed data restriction to endpoints by defining workspaces and schemas.
Documentation Overview
- Installation
- Basic principle for configuring an endpoint
- GraphQL [default and recommended endpoint]
- Configuration & Deployment
- Testing
Further Information
On Pimcore Datahub adapters:
Contributions
As Pimcore Datahub is a community project, any contributions highly appreciated. For details see our Contributing guide.