-
Updated
Aug 18, 2020 - Go
#
query-engine
Here are 66 public repositories matching this topic...
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
3
2
Open
MSSQL Storage
2
C-ollins
commented
May 3, 2020
martint
commented
Aug 6, 2020
SELECT custkey, sum(totalprice)
FROM orders
GROUP BY custkey
ORDER BY 2 DESCEXPLAIN
Query Plan
---------------------------------------------------------------------------------------
Fragment 0 [SINGLE]
Output layout: [custkey, sum]
Output partitioning: SINGLE []
Stage Execution Strategy: UNGROUPED_EXECUTION
A golang expression evaluator & Library to build SQL query engine based functionality.
-
Updated
Jul 8, 2020 - Go
linas
commented
Aug 8, 2020
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
-
Updated
May 11, 2019 - Go
-
Updated
Aug 17, 2020 - TypeScript
Query multiple APIs and DBs and join them in a single query
-
Updated
Jul 19, 2020 - JavaScript
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
-
Updated
Aug 17, 2020 - Go
-
Updated
Aug 3, 2020 - JavaScript
json
data-science
machine-learning
query
csv
spark
scale
avro
azure
text
svm
s3
root
hdfs
parquet
query-engine
nested
dataframes
schemaless
jsoniq
-
Updated
Aug 17, 2020 - Java
Compilation and Verification of Data-Centric Languages
sql
compiler
functional-programming
verification
query-engine
query-language
verified-compiler
coq-proof-assistant
-
Updated
Aug 17, 2020 - Coq
The Apache Storm implementation of the Bullet backend
-
Updated
Jan 31, 2020 - Java
Incremental view maintenance for openCypher graph queries.
query
research
graph
pattern-matching
graphs
incremental
graph-processing
query-engine
cypher
ingraph
cypher-query-language
opencypher
-
Updated
Mar 18, 2019 - Scala
In memory cache server with query capabilities
-
Updated
Jan 5, 2019 - Python
Store immutable facts and query them with datalog.
-
Updated
Jan 15, 2019 - JavaScript
Ethereum utilities for Elixir
-
Updated
Jul 27, 2020 - Elixir
Super-Efficient SPARQL Search Engine (can handle Wikidata, allows Text Search, offers Autocompletion)
-
Updated
Aug 15, 2020 - C++
-
Updated
Jul 22, 2020 - TypeScript
A Relational Optimizer and Executor
-
Updated
Aug 18, 2020 - C#
A semantic and technical analysis of musical scores based on Information Retrieval Principles
-
Updated
Mar 11, 2016 - Java
An adaptive query processing engine for SPARQL endpoints.
-
Updated
Sep 13, 2017 - Python
This library automaticly generates LINQ Expressions from Dtos to Database Entities
automation
aspnetcore
filter
range
query-engine
filtering
automatic-filtering
aspnetcoremvc
paginations
querystring-to-linq
-
Updated
Jul 21, 2020 - C#
-
Updated
Nov 20, 2019 - Clojure
Open source implementation of the SOQL.
javascript
library
typescript
sql
dml
map-reduce
query-engine
resolvers
soql
object-query
graph-query
-
Updated
Aug 17, 2020 - TypeScript
Multi-backend GPU datababse written with Futhark
-
Updated
Aug 5, 2020 - Futhark
-
Updated
Aug 14, 2020 - JavaScript
Cloudformation template for deploying Presto on AWS
-
Updated
Jul 20, 2020 - Python
Querying Knowledge Graphs by Tabular Examples
-
Updated
Jun 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."
I'm not sure how feasible this may be, but the old logparser program from Microsoft supported queries like
And it would read from test.csv, without needing any config files.