-
Updated
May 20, 2021 - C++
#
olap
Here are 143 public repositories matching this topic...
ClickHouse® is a free analytics DBMS for big data
EthanDBer
commented
Mar 21, 2021
Feature Request
Summary
Is your feature request related to a problem? Please describe:
In sqlite3,
sqlite> select sqlite_version();
3.31.1I test the duckdb,
#include <duckdb.hpp>
int
main(int argc, char** argv){
duckdb::DuckDB db(nullptr);
duckdb::Connection con(db);
auto result = con.Query("SELECT duck_version();");
result->Print(An easy to use, self-service open BI reporting and BI dashboard platform.
-
Updated
Apr 30, 2021 - JavaScript
xmnlab
commented
Mar 19, 2019
Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
go
json
sql
database
transaction
olap
distributed-database
full-text-search
mysql-protocol
oltp
distributed-transaction
radondb
cloud-native-database
-
Updated
Apr 26, 2021 - Go
Light-weight Python OLAP framework for multi-dimensional data analysis
-
Updated
Dec 28, 2020 - Python
Business Intelligence (BI) in Python, OLAP
-
Updated
Dec 2, 2016 - Python
A curated list of resources for graph databases and graph computing tools
-
Updated
Apr 28, 2021
A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture, written in Rust
rust
streaming
sql
database
clickhouse
distributed-computing
olap
cloud-native
query-engine
query-processing
-
Updated
May 20, 2021 - Rust
An open-source columnar data format designed for fast & realtime analytic with big data.
-
Updated
Apr 26, 2021 - Java
Explore and visualize analytical datasets
-
Updated
Feb 2, 2019 - JavaScript
columnar storage + NoSQL OLAP engine | https://logv.org
-
Updated
Mar 24, 2021 - Go
VectorSQL is a free analytics DBMS for IoT & Big Data, compatible with ClickHouse.
-
Updated
Nov 15, 2020 - Go
Another OLAP database
rust
postgres
postgresql
rust-lang
transactions
olap
columnar-storage
vectorization
vectorized-computation
olap-database
-
Updated
May 20, 2021 - Rust
A Simple and Efficient Distributed Multidimensional BI Analysis Engine.
-
Updated
May 2, 2018 - Java
atoti issue tracking
-
Updated
May 6, 2021
OlaPy, an experimental OLAP engine based on Pandas
-
Updated
Mar 8, 2021 - Python
OLAP PivotTable Extensions is an Excel add-in which extends the functionality of PivotTables on Analysis Services cubes and of the Excel Data Model (Power Pivot)
plugin
excel
pivot-tables
olap
cube
mdx
tabular
ssas
add-in
powerpivot
analysis-services
power-pivot
search-field-list
excel-services
search-cube
search-dimensions
pivottable
azure-analysis-services
-
Updated
Aug 5, 2019 - C#
Improve this page
Add a description, image, and links to the olap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the olap topic, visit your repo's landing page and select "manage topics."
Use case:
Right now one can only use
date_trunc()to easily define time buckets.date_trunc()only supports predefine time intervals like 1 minute, 1 hour, etc. . In time-series use cases it is often necessary to define different time bucket sizes like e.g. '5 minutes' or '20 minutes'a workaround for this is the - error prone - integer division on the timestamp e.g.