GithubHelp home page GithubHelp logo

dantederuwe / mongodb-exercises Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 108 KB

Learning mongoDB with these. If you spot any mistakes, please submit an issue or fork this repo and create a pr!

License: MIT License

JavaScript 100.00%
mongodb educational-resources exercises exercises-solutions hogent

mongodb-exercises's Introduction

Hi there

Iโ€™m a full-stack software developer, looking to become the IT professional of the future. My passion is designing and building software solutions, mainly with C# and .NET. I am fascinated by software architecture, clean code, and software craftsmanship.

Enthusiastic, eager to learn, and always looking for a challenge. In my free time, I like to cook, meet with friends, and recently picked up the hobby of playing and collecting board games. I also enjoy music; whether that be listening to it, going to see it live, or playing it myself.

mongodb-exercises's People

Contributors

dantederuwe avatar murtraja avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mongodb-exercises's Issues

Missing limit(10): firstname_oefening 3

//3 Give the top 10 of firstnames for the year 1995 throughout Belgium. There is sorting from more to less popular.
db.firstnames.mapReduce(
function () { if (this.year == 1995) emit(this.firstname, this.amount) },
function (k, v) { return Array.sum(v) },
{ out: "temp" }
).find().sort({ value: -1 }).LIMIT(10)

nyse.json

Hello,

Thank you for providing this. I am not able to find nyse.json though.

Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.