Skip to content

Arthur756/Dev-Nodejs-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Dev-Nodejs-MongoDB

inside image

Node Mongo

Scripts made with NodeJS and queries from MongoDB



๐Ÿ”จ NodeJs

style image

> yarn init > yarn add chalk@2.4.2 commander@2.19.0 figlet@1.2.1 inquirer@6.2.2 shelljs@0.8.3 cli-table@0.3.1

About

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep.


API

The API reference documentation provides detailed information about a function or object in Node.js. This documentation indicates what arguments a method accepts, the return value of that method, and what errors may be related to that method. It also indicates which methods are available for different versions of Node.js.

๐Ÿ”จ MongoDB

style image

db.runCommand( { hello: 1 } )

About

MongoDB is an open source NoSQL database management program. NoSQL is used as an alternative to traditional relational databases. NoSQL databases are quite useful for working with large sets of distributed data. MongoDB is a tool that can manage document-oriented information, store or retrieve information.


๐Ÿ™‹ Contribute

If you find a bug, or if you have an idea for those scripts, please file an issue here. I really appreciate feedback and inputs!

๐Ÿ”ฌ Tests

The queries was covered by tests using RoboMongo.

inside image

About

The Robo 3T (formerly Robomongo) tool has been acquired by 3T Software Labs, the creators of the MongoDB client Studio 3T (formerly MongoChef).

3T will continue development of Robo 3T in parallel with its own MongoDB GUI and the good news is that it will be making Robo 3T free for all users from now on. This is an exciting new step for Robo 3T and its community, which will benefit users and the wider MongoDB ecosystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published