Skip to content

Occtoo/Occtoo.Provider.Akeneo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akeneo Provider

This project gives an example on how to create a Provider from Akeneo to Occtoo onboarding

Docs: https://docs.occtoo.com/docs/get-started/provide-data

The solution has three function pairs working as shown below:

Architectual Overview

Running the app

1. Get the code

Clone the repository and open the solution

2. Add a localsettings.json file and fill out the details of your project (see local.settings.template.json file)

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "EventHubsConnection": "SingleHost",
    "FUNCTIONS_EXTENSION_VERSION": "~4",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
    "HubName": "datasync",
    "CosmosDbSettings:Uri": "",
    "CosmosDbSettings:PrimaryKey": "",
    "CosmosDbSettings:Database": "akeneoDb",
    "CosmosDbSettings:Container": "akeneo-connections",
    "OcctooDataProviderId": "",
    "OcctooDataProviderSecret": "",
    "LogTableName": "AkeneoImportLog",
    "OnboardingServiceTokenTableName": "OnboardingServiceToken",
    "AkeneoConnectionUsername": "",
    "AkeneoConnectionPassword": "",
    "AkeneoConnectionBase64ClientIdSecret": "",
    "AkeneoConnectionDataProviderId": "",
    "AkeneoConnectionDataProviderSecret": ""
  }
} 

3. Start the application

Hit F5

About

Example on how to move data from Akeneo into Occtoo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages