aditiadj / hello-non-relational-database

:hammer_and_wrench: Experimenting non relational database in Impact Byte

Repository from Github https://github.comaditiadj/hello-non-relational-databaseRepository from Github https://github.comaditiadj/hello-non-relational-database

Hello Non-Relational Database (MongoDB)


Requirements

Start experimenting with database like NoSQL. Example: MongoDB, PouchDB

Input

  • Various data you already have in your program

Process

  • Modeling those data to conform with better schema in NoSQL database

Output

  • Better data model

Level 0

  • Install one or more database management system (DBMS)
  • Try to connect those via your terminal

Level 1

  • Prepare your program to be used with the new data source
  • Connect your program with that data source

About

:hammer_and_wrench: Experimenting non relational database in Impact Byte


Languages

Language:JavaScript 100.0%