diff --git a/MongoDB.md b/MongoDB.md index cd27380..a8f4d9b 100644 --- a/MongoDB.md +++ b/MongoDB.md @@ -234,8 +234,3 @@ La commande supprimera toutes les saisies dont le champ « âge » a une valeur ```javascript db.clients.remove( { Age: 28 }, 1); ``` - -## Jeu de données - -- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/neighborhoods.json -- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/restaurants.json diff --git a/Reponses.md b/Reponses.md index 837fc20..b2f4c8d 100644 --- a/Reponses.md +++ b/Reponses.md @@ -1,2 +1,7 @@ curl -X GET \ "https://datasets-server.huggingface.co/rows?dataset=MongoDB%2Fwhatscooking.restaurants&config=default&split=train&offset=0&length=100" + +## Jeu de données + +- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/neighborhoods.json +- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/restaurants.json