Skip to content

sambatriste/try-elk-postgres

Repository files navigation

Links

全般

Elasticsearch

Usage

docker-compose up
curl -X GET "localhost:9200/zipcode/_search?pretty" -H 'Content-Type: application/json' -d'
{
  "query": {
    "match": {
      "city": "門真"
    }
  }
}
'

Kibana

http://localhost:5601

PostgreSQL

docker container exec -it postgres psql -U postgres -d postgres

About

DBのデータを全文検索したい

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published