Currently mongoose and node-mysql support this so why not ES?
This would replace (optionally)
{
"host": "elastic.test.com",
"port": 9200,
"index": "production"
}
with this (elastic can be replaced with something better)
elastic://elastic.test.com:9200/production
Currently mongoose and node-mysql support this so why not ES?
This would replace (optionally)
with this (elastic can be replaced with something better)
elastic://elastic.test.com:9200/production