Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spryker-community/data-exchange-batch
Hackathon team "Massive Data" created a mass data importer for data exchange API
https://github.com/spryker-community/data-exchange-batch
hackathon march-2024 spryker
Last synced: about 1 month ago
JSON representation
Hackathon team "Massive Data" created a mass data importer for data exchange API
- Host: GitHub
- URL: https://github.com/spryker-community/data-exchange-batch
- Owner: spryker-community
- License: mit
- Created: 2024-03-13T16:17:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T09:02:01.000Z (7 months ago)
- Last Synced: 2024-11-19T22:46:31.683Z (3 months ago)
- Topics: hackathon, march-2024, spryker
- Language: PHP
- Homepage: https://commercequest.space/discussion/28790/massive-data-hackathon-mar24
- Size: 246 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Exchange Batch
## How to install locally?
1. Check out a local instance of Spryker, e.g. (B2C Shop)[https://github.com/spryker-shop/b2c-demo-shop.git], and set it up completly
2. inside there create a new directory `spryker-community`
3. clone this repository into the new directory:
```
git clone https://github.com/spryker-community/data-exchange-batch.git
```4. move the `composer.json` and `composer.lock` from the `spryker-community/data-exchange-batch/_local` to the root folder of the shop
5. run composer install again to install the package with symlink
6. have fun!