Skip to content

Instantly share code, notes, and snippets.

@mathieue
Created October 3, 2016 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieue/f621ac048a09f489c1fc2cdbf700fa0a to your computer and use it in GitHub Desktop.
Save mathieue/f621ac048a09f489c1fc2cdbf700fa0a to your computer and use it in GitHub Desktop.
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Eric","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Mathematiques","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Martin","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Mathematiques","note":13}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Patrick","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Mathematiques","note":9}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sebastien","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Mathematiques","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Stephane","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Mathematiques","note":11}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Francois","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Mathematiques","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Steve","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Mathematiques","note":7}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Frederic","ville":"Lille","latlon": "50.63297, 3.05858","discipline":"Mathematiques","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Mathieu","ville":"Lille","latlon": "50.63297, 3.05859","discipline":"Mathematiques","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jean","ville":"Lille","latlon": "50.63297, 3.05860","discipline":"Mathematiques","note":15}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Dominique","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Mathematiques","note":8}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "David","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Mathematiques","note":9}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Pascal","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Mathematiques","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Yannick","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Mathematiques","note":13}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sylvain","ville":"Brest","latlon": "48.4,-4.48333","discipline":"Mathematiques","note":10}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Daniel","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Mathematiques","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Christian","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Mathematiques","note":5}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Benoit","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Mathematiques","note":10}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Philippe","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Mathematiques","note":16}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jonathan","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Mathematiques","note":20}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Eric","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Histoire","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Martin","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Histoire","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Patrick","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Histoire","note":7}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sebastien","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Histoire","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Stephane","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Histoire","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Francois","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Histoire","note":5}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Steve","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Histoire","note":10}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Frederic","ville":"Lille","latlon": "50.63297, 3.05858","discipline":"Histoire","note":19}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Mathieu","ville":"Lille","latlon": "50.63297, 3.05859","discipline":"Histoire","note":7}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jean","ville":"Lille","latlon": "50.63297, 3.05860","discipline":"Histoire","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Dominique","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Histoire","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "David","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Histoire","note":13}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Pascal","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Histoire","note":9}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Yannick","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Histoire","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sylvain","ville":"Brest","latlon": "48.4,-4.48333","discipline":"Histoire","note":11}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Daniel","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Histoire","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Christian","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Histoire","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Benoit","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Histoire","note":5}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Philippe","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Histoire","note":10}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jonathan","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Histoire","note":16}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Eric","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Francais","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Martin","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Francais","note":2}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Patrick","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Francais","note":10}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sebastien","ville":"Paris","latlon": "48.864716,2.349014","discipline":"Francais","note":16}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Stephane","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Francais","note":15}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Francois","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Francais","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Steve","ville":"Bordeaux","latlon": "44.836151,-0.580816","discipline":"Francais","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Frederic","ville":"Lille","latlon": "50.63297, 3.05858","discipline":"Francais","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Mathieu","ville":"Lille","latlon": "50.63297, 3.05859","discipline":"Francais","note":13}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jean","ville":"Lille","latlon": "50.63297, 3.05860","discipline":"Francais","note":9}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Dominique","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Francais","note":7}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "David","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Francais","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Pascal","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Francais","note":12}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Yannick","ville":"Marseille","latlon": "43.29695,5.38107","discipline":"Francais","note":20}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Sylvain","ville":"Brest","latlon": "48.4,-4.48333","discipline":"Francais","note":11}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Daniel","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Francais","note":18}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Christian","ville":"Nantes","latlon": "47.21725,-1.55336","discipline":"Francais","note":8}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Benoit","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Francais","note":9}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Philippe","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Francais","note":14}'
curl -X POST 'http://localhost:9200/cours/note' -d '{"nom": "Jonathan","ville":"Strasbourg","latlon": "48.58392,7.74553","discipline":"Francais","note":12}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment