ufukbakan / filtex-examples

Contains Examples of Filtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtex

The Filtex library is a versatile tool designed to filtering data across various sources like PostgreSQL, MongoDB, and in-memory datasets. This library empowers developers to create complex queries using both JSON and text formats, generating expressions compatible with the target data sources.

It allows to configure your dataset with some options and provides a metadata model to be able to use in UI components and then it accepts the query that is generated by UI and generates query for data sources like Postgres, Mongo etc.

Check the packages.

Examples

GO

Check go directory for example usage of filtex-go package.

cd go

go run main.go

NET

Check net directory for example usage of filtex-net package.

cd net

dotnet run

JS

Check js directory for example usage of filtex-js package.

cd js

npm run start

UI

Check ui directory for example usage of filtex-ui package.

cd ui

npm run start

License

This library is licensed under the MIT License.

About

Contains Examples of Filtex

License:MIT License


Languages

Language:C# 40.4%Language:Go 27.8%Language:JavaScript 20.4%Language:TypeScript 6.6%Language:HTML 2.9%Language:CSS 1.9%