Skip to content

hectorgool/search-microservice

Repository files navigation

Search Term Microservice

Scala Play 2.4.2 + Finagle + Elasticsearch

  1. ./activator assembly

  2. startserver.sh

curl -X PUT "http://localhost:9200/mx/postal_code/2" -d " { "cp" : "20008", "colonia" : "Delegación de La Secretaría de Comercio y Fomento Industrial", "ciudad" : "Aguascalientes", "delegacion" : "Aguascalientes", "location": { "lat": "22.0074", "lon": "-102.2837" } }"

curl -XPOST "http://localhost:9200/mx/postal_code" -d " { "id" : "20008", "cp" : "20008", "colonia" : "Delegación de La Secretaría de Comercio y Fomento Industrial", "ciudad" : "Aguascalientes", "delegacion" : "Aguascalientes", "location": { "lat": "22.0074", "lon": "-102.2837" } }"

http://localhost:9200/mx/postal_code/_search?pretty

curl -H "Content-Type: application/json" -X POST -d ' { "id" : "2", "cp" : "208", "colonia" : "xxx", "ciudad" : "yyy", "delegacion" : "zzz", "location": { "lat": "22.0074", "lon": "-102.2837" } }' http://localhost:9001/api/save

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published