https://github.com/karimsa/shopify-fall-2017
https://github.com/karimsa/shopify-fall-2017
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karimsa/shopify-fall-2017
- Owner: karimsa
- License: mit
- Created: 2017-04-16T01:40:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T01:41:08.000Z (about 8 years ago)
- Last Synced: 2025-03-11T21:03:58.349Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solutions to the Shopify Fall 2017 Internship problems
## Prerequisites
- [node.js v7.x](https://nodejs.org)
- **npm v4.x** (comes with node.js)## Backend Engineering Problem
```sh
$ node backend/index.js
{
"remaining_cookies": 1,
"unfulfilled_orders": [
5,
7,
11
]
}
```## Data Infrastructure Engineering Problem
```
$ node data-infrastructure/index.js
usage: shopijoin [type]Where [type] can be: inner or outer.
$ node data-infrastructure/index.js inner data-infrastructure/sample/customers.json data-infrastructure/sample/orders.json customer_id cid
[lots of output - you can see for yourself]
$ node data-infrastructure/index.js outer data-infrastructure/sample/customers.json data-infrastructure/sample/orders.json customer_id cid
[lots of output - you can see for yourself]
```## License
Licensed under [MIT license](LICENSE).