data-hub icon indicating copy to clipboard operation
data-hub copied to clipboard

[Feature] Import/Export datahub configurations

Open fashxp opened this issue 3 years ago • 4 comments

Feature description

As a user, I want to be able to export (download) existing endpoints/configurations - as with DataObject Classes. As the next step, I want to import those configurations as a new Datahub endpoint to a different or the same instance. This should be possible for all types of datahub endpoints such as Simple Rest API, Graph QL API, File Export, DataObjectsImporter, Productsup, and CI-Hub.

fashxp avatar Jun 13 '22 13:06 fashxp

  • Add Export + Import Buttons next to "Add configuration". Maybe reduce the size of the buttons by only displaying a fitting icon + tooltip.
  • Export / Import as JSON, just as data object classes
  • On Import check if the correspondig bundle for the configuration is installed.
  • On import check if there is already a configuration with the same name. Ask to overwrite.

mcop1 avatar Jun 22 '22 13:06 mcop1

Hi Team, My client has a requirement of Import of huge amount of data into PIMCore. I am able to add the Import bundle, but unable to see the Importer under DataHub. Request to help me in detail. Also request to let mw where I need to edit the symphony configuration settings . pimcore_data_importer: messenger_queue_processing: activated: true Request to help me in resolving the Import functionality

chaitu2140 avatar Aug 23 '22 03:08 chaitu2140

Hi Team, My client has a requirement of Import of huge amount of data into PIMCore. I am able to add the Import bundle, but unable to see the Importer under DataHub. Request to help me in detail. Also request to let mw where I need to edit the symphony configuration settings . pimcore_data_importer: messenger_queue_processing: activated: true Request to help me in resolving the Import functionality

@chaitu2140 Hello, for support please open a new topic and ask your question in the discussion forums here https://github.com/pimcore/pimcore/discussions

mcop1 avatar Aug 23 '22 06:08 mcop1

👍

starting a bigger project with pimcore I really struggle with all of those configurations and content which is persisted in the database. it is not only the datahub configurations which I can find with simple sql

select * from settings_store where scope="pimcore_data_hub";

but also e.g. translations which should be loaded from a .xlf file instead of putting it into database (yes I know I can import and export those) but having a local installation, staging and production setup it is (for me currently) impossible to imagine to have a struggle free live. besides that I really like a lot of pimcore

georgringer avatar Sep 15 '22 06:09 georgringer

Add the import button at the top (besides "add configuration"). Add the export button inside the context menu.

For now, you can only export one configuration at a time!

Corepex avatar Jan 25 '23 09:01 Corepex