NoSQL with mongo

practicing queries

Load the publications dataset (from dblp.json)

queries


        01. get all the articles
        02. count all the articles
        03. list of all the possible publication types
        04. find all the different publishers
        05. find all the publications from Springer publisher
        06. same as 05 but sorted by by year ascending and book title
    

queries using js


    

Moving to Repository pattern using typescript

To be continued