Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seddryck/tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series
https://github.com/seddryck/tseesecake

query-engine sql time-series

Last synced: 4 days ago
JSON representation

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series

Awesome Lists containing this project

README

        

# Tseesecake
Tseesecake is a lightweight solution for time series

![Logo](https://raw.githubusercontent.com/Seddryck/Tseesecake/main/misc/logo/Tseesecake-logo.png)

[About][] | [Quickstart][] | [Installing][]

[About]: #about (About)
[Quickstart]: #quickstart (Quickstart)
[Installing]: #installing (Installing)

## About

**Social media:** [![website](https://img.shields.io/badge/website-seddryck.github.io/Tseesecake-fe762d.svg)](https://seddryck.github.io/Tseesecake)
[![twitter badge](https://img.shields.io/badge/twitter%[email protected]?style=flat&logo=twitter)](https://twitter.com/Seddryck)

**Releases:** [![nuget](https://img.shields.io/nuget/v/Tseesecake.svg)](https://www.nuget.org/packages/Tseesecake/) [![licence badge](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/Seddryck/Tseesecake/blob/master/LICENSE)

**Dev. activity:** [![GitHub last commit](https://img.shields.io/github/last-commit/Seddryck/Tseesecake.svg)](https://github.com/Seddryck/Tseesecake/commits)
![Still maintained](https://img.shields.io/maintenance/yes/2023.svg)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Seddryck/Tseesecake)

**Continuous integration builds:** [![Build status](https://ci.appveyor.com/api/projects/status/80321ajt5beih60f?svg=true)](https://ci.appveyor.com/project/Seddryck/Tseesecake/)
[![Tests](https://img.shields.io/appveyor/tests/seddryck/Tseesecake.svg)](https://ci.appveyor.com/project/Seddryck/Tseesecake/build/tests)
[![CodeFactor](https://www.codefactor.io/repository/github/seddryck/Tseesecake/badge)](https://www.codefactor.io/repository/github/seddryck/Tseesecake)
[![codecov](https://codecov.io/github/Seddryck/Tseesecake/branch/main/graph/badge.svg?token=9ZSJ6N0X9E)](https://codecov.io/github/Seddryck/Tseesecake)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSeddryck%2FTseesecake.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FSeddryck%2FTseesecake?ref=badge_shield)

**Status:** [![stars badge](https://img.shields.io/github/stars/Seddryck/Tseesecake.svg)](https://github.com/Seddryck/Tseesecake/stargazers)
[![Bugs badge](https://img.shields.io/github/issues/Seddryck/Tseesecake/bug.svg?color=red&label=Bugs)](https://github.com/Seddryck/Tseesecake/issues?utf8=%E2%9C%93&q=is:issue+is:open+label:bug+)
[![Features badge](https://img.shields.io/github/issues/seddryck/Tseesecake/new-feature.svg?color=purple&label=Feature%20requests)](https://github.com/Seddryck/Tseesecake/issues?utf8=%E2%9C%93&q=is:issue+is:open+label:new-feature+)
[![Top language](https://img.shields.io/github/languages/top/seddryck/Tseesecake.svg)](https://github.com/Seddryck/Tseesecake/search?l=C%23)

## Quickstart

TBC

## Installing

Install in the usual .NET fashion:

```sh
Install-Package Tseesecake
```