Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seddryck/tideglance

TideGlance is a lightweight solution to create materialized views on top of messaging or streaming flows
https://github.com/seddryck/tideglance

Last synced: 4 days ago
JSON representation

TideGlance is a lightweight solution to create materialized views on top of messaging or streaming flows

Awesome Lists containing this project

README

        

# TideGlance
TideGlance is a lightweight solution to create materialized views on top of messaging or streaming flows.

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

[About][] | [Quickstart][] | [Installing][] | [Functions and predicates][]

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

## About

**Social media:** [![website](https://img.shields.io/badge/website-seddryck.github.io/TideGlance-fe762d.svg)](https://seddryck.github.io/TideGlance)
[![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/TideGlance.svg)](https://www.nuget.org/packages/TideGlance/) [![licence badge](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/Seddryck/TideGlance/blob/master/LICENSE)

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

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

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

## Quickstart

TBC

## Installing

Install in the usual .NET fashion:

```sh
Install-Package TideGlance
```