gitattributes
This commit is contained in:
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# These files should have specific line endings
|
||||
*.sh text eol=lf
|
||||
|
||||
# These files are binary and should be left untouched
|
||||
# (binary is a macro for -text -diff)
|
||||
*.jpeg binary
|
||||
@@ -1,8 +1,9 @@
|
||||
# Exercice MongoDB
|
||||
|
||||
```shell
|
||||
git clone https://sources.neotech.fr/Universite/nosql-document.git
|
||||
docker compose up -d 'mongodb' --build
|
||||
docker exec -it sql-mongodb-1 mongosh --username admin
|
||||
docker exec -it nosql-document-mongodb-1 mongosh --username admin
|
||||
```
|
||||
|
||||
Changer de base de données
|
||||
|
||||
17
item.json
17
item.json
@@ -7,6 +7,10 @@
|
||||
"L / 172-182 cm",
|
||||
"XL / 180-195 cm"
|
||||
],
|
||||
"categories": [
|
||||
"VTT",
|
||||
"Tout Suspendu"
|
||||
],
|
||||
"name": "VTT Tout Suspendu Cannondale Jekyll 2 Shimano Deore 12V 29″ Gris / Bleu",
|
||||
"manufacturer": { "@type": "Organization", "name":"Cannondale" },
|
||||
"color": "Gris / Bleu",
|
||||
@@ -22,7 +26,7 @@
|
||||
"taille": "M / 162-175 cm",
|
||||
"stock": 2,
|
||||
"priceCurrency": "EUR",
|
||||
"price": 3299.99,
|
||||
"price": 3299.99,
|
||||
"mpn": "C21202U40MD",
|
||||
"sku": "2644969",
|
||||
|
||||
@@ -36,7 +40,7 @@
|
||||
"taille": "L / 172-182 cm",
|
||||
"stock": 1,
|
||||
"priceCurrency": "EUR",
|
||||
"price": 3299.99,
|
||||
"price": 3299.99,
|
||||
"mpn": "C21202U40LG",
|
||||
"sku": "2644994",
|
||||
"url": "https://www.alltricks.fr/F-11947-velos-complets-vtt/P-2575609-vtt_tout_suspendu_cannondale_jekyll_2_shimano_deore_12v_29___gris___bleu"
|
||||
@@ -45,9 +49,14 @@
|
||||
"additionalProperty": {
|
||||
"genre": "Mixte",
|
||||
"matière du cadre": "Aluminium",
|
||||
"groupe": { "name": "Shimano Deore 12V", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
"groupe": {
|
||||
"name": "Shimano Deore 12V",
|
||||
"manufacturer": {
|
||||
"@type": "Organization",
|
||||
"name": "Shimano"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"geometries": [
|
||||
{
|
||||
"taille cadre": "S",
|
||||
|
||||
Reference in New Issue
Block a user