Giter VIP home page Giter VIP logo

shopify-data-eng-app's Introduction

I had almost no time for this data engineering challenge, because the early invite messages were sent out on the 25th of April and the final cut-off date was the 29th. I therefore chose to focus on two feature-sets:

  1. Adding photos to a database quickly, in a scalable way, and in aggregate
  2. Viewing photos added to the database

I implemented these requirements with a React frontend and an AWS backend, using an S3 bucket as a data repository. This has several advantages, but most significantly it results in high availability and concurrency, and is well-suited for hosting large media files like images.

All environment variables are as follows (only available on Notion version of README).

The .env file has to be in the project’s root directory, and it must have the exact prefixes shown above to work (create-react-app limits the syntax of environment variables to avoid exposure).

Install all project dependencies with npm install.

To run the application, navigate to the root directory of the project and type npm start into the terminal. This will create a development build which exists at [localhost:3000](http://localhost:3000) by default.

There are many, many things that I wish I had time to add before the deadline. Here are the top ones:

  • A robust caching system and CDN, probably built with Cloudflare
  • A DynamoDB database attached to the S3 bucket which generated queryable metadata programmatically when new information is added into it
  • Topic labelling for incoming images using SageMaker and probably the ImageNet classification algorithm
  • The integration of pre-signed URIs for data security without the need for a backend.
  • Automatic refresh of the application upon

shopify-data-eng-app's People

Contributors

finnianmacken avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.