Skip to main content

Posts

Showing posts with the label Mongodb on Centos7

MONGODB ON CENTOS 7

                MongoDB is a NoSQL database which provides high performance, high availability, and automatic scaling. NoSQL database means that, unlike MySQL or PostgreSQL, it does not support SQL in order to retrieve or manipulate the stored data. 1.INSTALLING MONGODB                                                                                                                                                                     First Create a mongodb repository file                     ...