-
Updated
Feb 24, 2021 - Go
#
query-engine
Here are 67 public repositories matching this topic...
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
3
nfultz
commented
Aug 6, 2019
2
Open
MSSQL Storage
2
C-ollins
commented
May 3, 2020
A golang expression evaluator & Library to build SQL query engine based functionality.
-
Updated
Sep 28, 2020 - Go
linas
commented
Aug 8, 2020
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
-
Updated
Feb 24, 2021 - Go
FuseQuery is a Cloud-Native Distributed ClickHouse (Query Engine) at scale
rust
sql
database
clickhouse
distributed-computing
parallelism
simd
olap
query-engine
query-processing
-
Updated
Feb 24, 2021 - Rust
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
-
Updated
May 11, 2019 - Go
-
Updated
Feb 21, 2021 - TypeScript
Query multiple APIs and DBs and join them in a single query
-
Updated
Sep 4, 2020 - JavaScript
Datatype agnostic triple store & query engine API
clojure
sparql
rdf
literate-programming
org-mode
query-engine
triplestore
memory-graph-database
semweb
-
Updated
Nov 3, 2020 - Shell
-
Updated
Dec 19, 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
Feb 24, 2021 - Java
Compilation and Verification of Data-Centric Languages
sql
compiler
functional-programming
verification
query-engine
query-language
verified-compiler
coq-proof-assistant
-
Updated
Feb 19, 2021 - Coq
This library automaticly generates LINQ Expressions from Dtos to Database Entities
linq
sorting
automation
query
aspnetcore
filter
swagger
range
query-engine
querystring
filtering
automatic-filtering
aspnetcoremvc
paginations
-
Updated
Jan 14, 2021 - C#
Very fast SPARQL Engine, which can handle very large datasets like Wikidata, offers context-sensitive Autocompletion for SPARQL queries, and allows combination with Text Search. It's faster than anything else out there, in particular faster than Blazegraph or Virtuoso. The index builds are also much faster.
-
Updated
Feb 17, 2021 - C++
Ethereum utilities for Elixir
-
Updated
Feb 19, 2021 - Elixir
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
-
Updated
Nov 29, 2020 - TypeScript
The Apache Storm implementation of the Bullet backend
-
Updated
Jan 14, 2021 - Java
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
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
Multi-backend GPU datababse written with Futhark
-
Updated
Oct 2, 2020 - Futhark
Open source implementation of the SOQL.
javascript
library
typescript
sql
dml
map-reduce
query-engine
resolvers
soql
object-query
graph-query
-
Updated
Nov 21, 2020 - TypeScript
-
Updated
Feb 3, 2021 - Clojure
Cloudformation template for deploying Presto on AWS
-
Updated
Jul 20, 2020 - Python
-
Updated
Feb 18, 2021 - 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."
Usage of
@Test(expectedExceptions = ...)is discouraged and we prefer to useorg.assertj.core.api.Assertions#assertThatThrownBy.While it's arguably acceptable to use
@Test(expectedExceptions = ...)on one liner test methods, it should be avoided in test methods comprising of multiple statements.Since there are still a few occurrences of
@Test(expectedExceptions = ...)in the cod