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: 10 months 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
- Host: GitHub
- URL: https://github.com/seddryck/tseesecake
- Owner: Seddryck
- License: apache-2.0
- Created: 2023-04-28T14:41:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:05:23.000Z (about 1 year ago)
- Last Synced: 2025-03-26T09:51:15.836Z (11 months ago)
- Topics: query-engine, sql, time-series
- Language: C#
- Homepage: https://seddryck.github.io/Tseesecake
- Size: 2.21 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Tseesecake
Tseesecake is a lightweight solution for time series

[About][] | [Quickstart][] | [Installing][]
[About]: #about (About)
[Quickstart]: #quickstart (Quickstart)
[Installing]: #installing (Installing)
## About
**Social media:** [](https://seddryck.github.io/Tseesecake)
[](https://twitter.com/Seddryck)
**Releases:** [](https://www.nuget.org/packages/Tseesecake/) [](https://github.com/Seddryck/Tseesecake/blob/master/LICENSE)
**Dev. activity:** [](https://github.com/Seddryck/Tseesecake/commits)


**Continuous integration builds:** [](https://ci.appveyor.com/project/Seddryck/Tseesecake/)
[](https://ci.appveyor.com/project/Seddryck/Tseesecake/build/tests)
[](https://www.codefactor.io/repository/github/seddryck/Tseesecake)
[](https://codecov.io/github/Seddryck/Tseesecake)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FSeddryck%2FTseesecake?ref=badge_shield)
**Status:** [](https://github.com/Seddryck/Tseesecake/stargazers)
[](https://github.com/Seddryck/Tseesecake/issues?utf8=%E2%9C%93&q=is:issue+is:open+label:bug+)
[](https://github.com/Seddryck/Tseesecake/issues?utf8=%E2%9C%93&q=is:issue+is:open+label:new-feature+)
[](https://github.com/Seddryck/Tseesecake/search?l=C%23)
## Quickstart
TBC
## Installing
Install in the usual .NET fashion:
```sh
Install-Package Tseesecake
```