This gist details the decisions I made, the tests I conducted, the observations recorded, and the directions I took while building out a server and database for Project Snickers.
Create an API using an Express server and either a SQL or noSQL DBMS to retrieve and record data based on the pre-made front-end HTTP requests.
- Imported SQL-ized data in CSV format to a MongoDB and successfully accessed data with Mongoose library.
- Used aggregation pipeline to properly transform and load new data into the desired schemas that matched the front-end requests.
- Indexed finished collections to increase the response rates of each request.
- Successfully installed MongoDB into an EC2 instance with the locally-made collections using SCPs and
mongoexport
/mongoimport
.
- 2021-07-03
- 2021-07-02
- 2021-07-01
- 2021-06-30
- 2021-06-29
- 2021-06-28
- 2021-06-26
- 2021-06-25
- 2021-06-24
- 2021-06-23
- 2021-06-22
- 2021-06-21
Mongo DB + Mongoose