Skip to content

jackyang104873858/Sitecore-MongoDataIntegration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sitecore Import / DataProvider Hybrid

This is a POC of a hybrid integration approach for getting external data into Sitecore.

More Information

Read the blog article, watch the video!

Build

  1. Setup a Sitecore instance and install Sitecore Powershell Extensions
  2. Update deploy.targets before opening the Solution in Visual Studio -- this is used to resolve the path to needed references in the Sitecore /bin folder.
  3. Open solution in Visual Studio.
  4. Update the properties of the TDS project as needed. If you don't have TDS, you can manually import the serialized .item files.
    • In that case you will also need to manually deploy or publish build artifacts to your Sitecore install.
  5. Create a MongoDB database on localhost called "ProductDataProvider," update the connection string in ProductDataProvider.config if needed.
  6. If running the PowerShell scripts, be sure to update file paths and URLs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.4%
  • PowerShell 16.6%