Skip to content

filtex/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.