Elasticsearch SQL
elastic.co
Elasticsearch SQL
1–10 of 63 posts
Re: Elasticsearch SQL
#2Although I wasn’t very hard to implement it for a subset of queries like group by, etc. - primary problem was a good OSS sql parser. We used Presto back in 2016th for that
Re: Elasticsearch SQL
#3Re: Elasticsearch SQL
#4Re: Elasticsearch SQL
#5Seems like all the NoSQL databases eventually implement SQL, maybe we should use EventuallySQL instead NoSQL
Re: Elasticsearch SQL
#6Seems like all the NoSQL databases eventually implement SQL, maybe we should use EventuallySQL instead NoSQL
Re: Elasticsearch SQL
#7Re: Elasticsearch SQL
#8Seems like all the NoSQL databases eventually implement SQL, maybe we should use EventuallySQL instead NoSQL
A reminder that NoSQL stands for "not only SQL"
SQL just, unfortunately, was treated somewhat synonymously with RDBMS.
Re: Elasticsearch SQL
#9Seems like all the NoSQL databases eventually implement SQL, maybe we should use EventuallySQL instead NoSQL
A reminder that NoSQL stands for "not only SQL"
> NoSQL (originally referring to "non-SQL" or "non-relational") […] NoSQL systems are also sometimes called Not only SQL […]
Re: Elasticsearch SQL
#10I recently started using Steampipe and it has made my life about 30x better not having to deal with the AWS or Slack API. Essentially a tool to let you query their APIs using SQL, behind the scenes it boots up a Postgres database and essentially does ETL into it.
It doesn't do any updates to resources though, so back to the API again...