K
K
Kuzma Ovchinnikov2017-07-20 05:32:14
Data storage
Kuzma Ovchinnikov, 2017-07-20 05:32:14

What do you need to create a MongoDB database (collection from browser) on your home computer?

Task:
Create a database on your home computer for collecting Internet content and information in various directions. Initially, it was about creative work of various colors, but later it became clear that the same database can be used to store various information. Since it is not possible to predict exactly how any direction in such collecting will develop, I believe that the document-oriented MongoDB database will be the best solution. Content will be taken directly from the browser.
It is also necessary to retrieve information and content files from the database and view or play them in a browser.
Question:
What is needed for this, given that there is a home computer and the database should be stored on it?
Or, what is the algorithm for developing such a software structure?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
PrAw, 2017-07-20
@Kosmaty

0. Install mongo :)
1. We need a fairly convenient method to insert / receive information. You can go through the REST layer:
https://docs.mongodb.com/ecosystem/tools/http-inte... or one of the drivers that are available for a bunch of programming languages.
Or use some Robomongo thread to work manually
2. Some program (self-written?), Which actually works with mongo, takes data from somewhere, somehow processes and adds.
3. Desire.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question