Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Query (disambiguation)
The term “query” can mean multiple things:
- query-string as part of an URL
- sql-query to query a database
- GitHub: https://github.com/topics/query
- Related Topics: query-string, sql-query,
- Last updated: 2025-02-10 00:24:39 UTC
- JSON Representation
https://github.com/tathithienthanh/finaltest_database-sql-data-collection-for-ds
The final test of the "Database SQL and Data Collection for Data Science" course from The Ho Chi Minh City University of Science (19/09/2023)
chrome data-collection data-processing database final-test ipynb-jupyter-notebook mysql pymysql query scraping-websites selenium sql statistics visualization
Last synced: 13 Nov 2024
https://github.com/gpslab/specification-query
The simple infrastructure component for use a Doctrine specification as query in CQRS architecture
cqrs doctrine doctrine-orm infrastructure php query specification
Last synced: 23 Dec 2024
https://github.com/bloke/smd_query
Generic database access via SQL in Textpattern
query textpattern textpattern-plugin
Last synced: 10 Jan 2025
https://github.com/ertgl/django-xformula
Django query evaluator, built on top of XFormula language front-end.
django domain-specific-language dynamic-filtering python query
Last synced: 07 Jan 2025
https://github.com/monojack/ccqp
camel case query params express middleware
camelcase express-middleware params query
Last synced: 20 Jan 2025
https://github.com/t1amat9409/react-query
From a medium article by Tim Kolberger, https://medium.com/@TimKolb/creating-a-reusable-react-query-component-for-your-rest-api-1aa91ef2551b
api fetch query react react-native
Last synced: 30 Jan 2025
https://github.com/pkx8326/hackerrank_findmedian_mysql
Finding the median value of a numeric column with MySQL is not as simple as type in a function. We need a step-by-step approach to solve this problem.
median mysql query sql statistics
Last synced: 12 Jan 2025
https://github.com/jecisc/moosequerydocumentation
A documentation for the MooseQueryProject
documentation metamodel moose pharo query smalltalk
Last synced: 27 Oct 2024
https://github.com/trixtateam/react-query-builder-semantic
A QueryBuilder component for React
query query-builder react semantic-ui-react
Last synced: 21 Dec 2024
https://github.com/bredele/uri-params-match
Match URI query parameters with given object
match object parameters query uri
Last synced: 19 Dec 2024
https://github.com/taufik-nurrohman/tag-picker.sort
Sortable extension for tag picker.
beautifier beautify extension input javascript js query sort sortable tag tagger tagging tags
Last synced: 18 Dec 2024
https://github.com/focusreactive/storybook-graphql-quick-start
addon boilerplate development graphcms graphql query storybook
Last synced: 05 Feb 2025
https://github.com/felixklauke/suspriar
A little experiment with an old deprecated and not really bug free teamspeak library. I guess I will have to create my own. When you want to see the result you may have a deep look into sparrow.
poc query sasuke sasukekawaii spksrc suspriar teamspeak telnet verification
Last synced: 01 Jan 2025
https://github.com/felixklauke/sparrow
A simple and lightweight teamspeak query wrapper written in C# to rule them all. Uses small but powerful telnet implementation to communicate with teamspeak servers and offer a really fluent and helpful API.
query sasuke sasukekawaii teamspeak teamspeak3-bot telnet ts ts3admin
Last synced: 01 Jan 2025
https://github.com/nazli-d/dis_klinigi_veritabani
Created a database schema for a dental clinic management system. This database can also be useful when creating a hospital database. The schema includes tables for doctors, technicians, patients, appointments, examinations, medications, diagnoses, prescriptions, invoices and payments.
er-diagram hospital-management-system mssql query trigger uml-diagram veritabani
Last synced: 02 Jan 2025
https://github.com/ljlm0402/object-querybuilder
🧩 Obejct Query Builder
builder javascript object query typescript
Last synced: 02 Jan 2025
https://github.com/ne1ro/dynamic_ecto_query
Example of building dynamic queries with Ecto
Last synced: 09 Jan 2025
https://github.com/hgmauri/sample-gridify
Example of using Gridify to configure filters, sorting and paging on .NET endpoints
filtering gridify pagination query
Last synced: 26 Dec 2024
https://github.com/yorek/appdev2017
Demos used during my "When indexes are not enough" webinar for PASS Application Development Virtual Group
lateral-thinking optimization performances query set-based t-sql
Last synced: 05 Feb 2025
https://github.com/murtadhaalobaidi/soundgood-music-school
Soundgood Music School
astah database jdbc-connector lucidchart maven pgadmin4 psql psql-database query sql sql-server sqlshell terminal
Last synced: 10 Jan 2025
https://github.com/aliesmaeil/queries-in-file
converting multiple SQL queries located in a file into only one composite insert query
Last synced: 13 Jan 2025
https://github.com/filipeesch/dynamic-sql
A .NET library designed to create complex, parameterized SQL queries dynamically using a versatile template syntax. Effortlessly handle conditional logic, integrate variable lists, and generate optimized SQL statements with ease. Ideal for applications requiring flexible SQL construction with maximum code safety and readability.
dotnet query query-builder sql
Last synced: 07 Dec 2024
https://github.com/ibreakthecloud/gql-payload
GraphQL request body builder :muscle: for Go clients
client golang graphql hacktoberfest query variable
Last synced: 11 Jan 2025
https://github.com/hscells/boogie
DSL front-end for groove query analysis pipeline
command-line dsl elasticsearch groove-pipeline measurements medline pipeline pubmed query terrier
Last synced: 07 Nov 2024
https://github.com/jimenacambronero/tiendaunicorniofeliz
Proyecto 5 para Unicorn Project: Análisis Financiero y Tráfico Web. Trabajamos con una base de datos de retail online que se dedica a la venta de productos a través de su web. 🎯Podras leer sobre los objetivos de este proyecto y mas detalles en el README
datos mysql query querydsl sql
Last synced: 11 Jan 2025
https://github.com/kenote/rule-judgment
A query statement similar to mongodb, judge and retrieve data.
Last synced: 20 Jan 2025
https://github.com/kyopark2014/aws-athena
It decribes how to use aws athena for data analytics
Last synced: 05 Feb 2025
https://github.com/onewaytech/vue-update-query-mixin
Provided this.updateQuery(Object) mixin for updating query string, for Vue 1.x | 2.x
Last synced: 31 Dec 2024
https://github.com/yoav-lavi/leita
A universal search query language that can transpile into specific search provider syntax
lexer query rust search transpilation universal
Last synced: 24 Jan 2025
https://github.com/itrummer/exactcardinalityqueryoptimization
This repository contains tools for finding query plans that produce the least number of join result tuples (the so-called "Cout" metric). Those tools are not suitable for query optimization at run time - instead, they can be used for offline analysis to assess the quality of query optimizers.
cardinality estimation optimization query
Last synced: 24 Jan 2025
https://github.com/fluxera/fluxera.queries
An OData v4 query parser and runtime for ASP.NET Core controllers and minimal APIs.
ddd dotnet dotnet7 dotnet8 filter odata odata-aspnet odata-client odata-query-parser odata-service odata-v4 query query-builder query-language rest rest-api restful-api smart-enum strongly-typed-id value-object
Last synced: 17 Nov 2024
https://github.com/dreamph/dbre
Easy Database Repository
bun database golang gorm query repository
Last synced: 13 Oct 2024
https://github.com/kaifuny/easy-jpa
Java Persistence on Query By Example 【Lambda表达式使用】
java jpa query spring-data-jpa
Last synced: 02 Feb 2025
https://github.com/themost-framework/query
@themost/query is a query builder for SQL. It includes a wide variety of helper functions for building complex SQL queries under node.js
agnostic closures database orm query query-builder rdbms sql sql-language sql-query
Last synced: 16 Nov 2024
https://github.com/tekgator/java-queryminecraftserver
QueryMinecraftServer is a library to access Minecraft Server information with ease.
java minecraft minecraft-server query server tcp udp
Last synced: 30 Oct 2024
https://github.com/gregamohorko/bluedb
MySQL ORM library with Database First model that lets you create Entities with complex relationships and queries.
complex-relationships criteria database database-first entities entity entity-framework entity-relationship expression json many-to-many many-to-one mysql one-to-many orm php php-mysql-library query table-inheritance wrapper
Last synced: 20 Jan 2025
https://github.com/xenoseleatikos/asklucy
A PHP Library for Creating Lucene Search Queries
Last synced: 05 Nov 2024
https://github.com/bisocm/cqrsharp
CQRSharp is a lightweight, attribute-driven CQRS framework for .NET applications. It simplifies command handling by allowing developers to define cross-cutting concerns through attributes, promoting clean and maintainable code.
cqrs cqrs-framework cqrs-pattern query segregation
Last synced: 17 Nov 2024
https://github.com/romchela/db-query-implementation
Own implementation of complex database query on huge amount of data
Last synced: 01 Feb 2025
https://github.com/cybercentrecanada/assemblyline-service-virustotal
Assemblyline 4 service that queries/submits files to VirusTotal for analysis
assemblyline malware-analysis query submission virustotal
Last synced: 11 Nov 2024
https://github.com/1biot/fiquela
json json-parser neon parser php query sql xml xml-parser yaml yaml-parser
Last synced: 01 Feb 2025
https://github.com/emanuelefavero/nextjs-search-query
This is a simple Next.js app that implements a search query using Next.js API routes
api nextjs query search url-parameters
Last synced: 04 Feb 2025
https://github.com/mkrhere/shotgun
An opinionated micro DSL for object query and function call
Last synced: 24 Jan 2025
https://github.com/girish54321/react-native-starterapp
React Native Starter Boilerplate is a comprehensive and customizable boilerplate for building cross-platform mobile apps using React Native. It includes a range of preconfigured and preinstalled tools and libraries to help you get started quickly and easily, including Redux, React Navigation, Codepush, and Flavors.
codepush-deployment query redux redux-toolkit typescript
Last synced: 28 Jan 2025
https://github.com/rainxh11/simurgh
Async State Manager for Qwik framework
async async-state-management query qwik simurgh state-management use-query
Last synced: 01 Dec 2024
https://github.com/rainxh11/qwik-querysignal
Type-safe search params state manager for Qwik - Like useSignal(), but stored in the URL query string.
hooks query qwik searchparams signal url
Last synced: 29 Jan 2025
https://github.com/mongkok/elastic-sdk
Python SDK for Elasticsearch
elasticsearch python query sdk
Last synced: 06 Jan 2025
https://github.com/a2lix/schemql
A lightweight TypeScript library that enhances your SQL workflow by combining raw SQL with targeted type safety and schema validation
autocomplete database query schema sql type-safe typescript validation zod
Last synced: 17 Oct 2024
https://github.com/santik/sqlelasticsearchqueryconverter
Converts AND OR SQL like query to Elastic Search query
andor elasticsearch php query query-builder query-parser querystring sql
Last synced: 14 Nov 2024
https://github.com/vorot93/rgs-models
Tool for querying game servers - models
Last synced: 27 Oct 2024
https://github.com/thgossler/aztagger
Simple Windows GUI application helping search and tag Azure resources, groups and subscriptions.
azure query resourcegraph tagging
Last synced: 22 Jan 2025
https://github.com/ayemunhossain/firebase-realtime-db-advance-query
Firebase real time database, query with nodejs.
ayemunhossain data firebase firebase-functions firebase-realtime-database nodejs query
Last synced: 29 Jan 2025
https://github.com/igorskyflyer/npm-magic-queryselector
🪄 A TypeScript-types patch for querySelector/querySelectorAll, make them return types you expect them to! 🔮
back-end biome combinator css dom dom-manipulation html igorskyflyer javascript js magic node query queryselector queryselectorall selector ts typescript
Last synced: 06 Nov 2024
https://github.com/Visual-Vincent/SimpleQueryParser
A basic command/query parser for .NET.
c-sharp csharp dotnet dotnet-framework parser parser-library parsing parsing-library query query-parser visual-basic visual-studio visualbasic visualstudio
Last synced: 23 Oct 2024
https://github.com/codybloemhard/music-theory
Query generated music theory data.
music music-composition music-theory query
Last synced: 24 Jan 2025
https://github.com/conjurelabs/pg-dot-template
query postgres using templatized sql files
javascript-template-literals node postgres query templates
Last synced: 16 Jan 2025
https://github.com/yoeven/url-query-json-parser
JSON query parser for URL query strings to complex JSON objects and vice versa
decode encode javascript js json param parser query string ts typescript url
Last synced: 28 Dec 2024
https://github.com/hashim21223445/solid-quickstart-andoka-now
Andoka Cloud Minimalistic Vue-powered static site generator
algorithms game-development git github-config go google-cloud google-maps-api html java javascript keyboard kotlin machine-learning markdown python python3 qrcode-generator quantum-computing query utilities
Last synced: 17 Nov 2024
https://github.com/pprattis/a-programming-tutorial-web-app-with-jdbc-client
A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.
bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application
Last synced: 04 Feb 2025
https://github.com/derianandre/jql
A simple intuitive JSON Query Language inspired by MySQL and jslinq made in javascript.
jql jslinq json json-query-language linq mysql query
Last synced: 23 Dec 2024
https://github.com/padosoft/laravel-querymonitor
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log: Slow SQL Queries: Monitors the actual execution time of SQL queries on the database. Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
eloquent laravel laravel-package monitor monitoring query query-builder slowquery
Last synced: 28 Jan 2025
https://github.com/tether/request-form
Parse x-www-form-urlencoded requests.
Last synced: 23 Dec 2024
https://github.com/pprattis/insurance-company-database-with-jdbc-and-spark-rdd
A jdbc application that runs queries in pgAdmin to simulate the functionality of an insurance company's database using Apache Spark RDD for query implementation.
computer-science java jdbc jdbc-database partitioning partitions postgresql program query spark spark-sql sparkjava sql student
Last synced: 04 Feb 2025
https://github.com/gabriel-aroucas/consultar_cnpj
aplication app cnpj css css3 html html5 javascript query sas scss typescript web webapp
Last synced: 18 Jan 2025
https://github.com/elena-in-code/angular-image-search-app
Application Angular 4 Pixabay API
angular angular-cli angular-components angular-material angular4 api images masonry query search
Last synced: 20 Jan 2025
https://github.com/pprattis/road-safety-database-with-jdbc-and-spark-rdd
A jdbc application that runs queries in pgAdmin to simulate the functionality of the UK Ministry of Transport's database using Apache Spark RDD for query implementation.
computer-science index java jdbc jdbc-database partitions pgadmin postgresql program query spark spark-sql sparkjava sql student
Last synced: 04 Feb 2025
https://github.com/molizanee/postgresql-schema-extractor
A lightweight tool to automatically extract and document your PostgreSQL database schema. This tool generates a comprehensive JSON file containing detailed information about tables, columns, data types, constraints, and primary keys.
javascript nodejs postgresql query schema
Last synced: 17 Jan 2025
https://github.com/iranianpep/query-maker
mysql pdo query query-builder query-maker
Last synced: 05 Feb 2025
https://github.com/lagden/mysql-pool
Make pooling connections with MySQL
connection-pool mysql nodejs pool query
Last synced: 16 Dec 2024
https://github.com/rookie-luochao/react-router-toolkit
some tool functions and hooks to react-router
Last synced: 27 Jan 2025
https://github.com/anandchowdhary/text-filter-parser
🌪️ Parse query filter rules given in plain text
mysql nodejs query query-language typescript
Last synced: 20 Dec 2024
https://github.com/laateef/xclox
C++11 header-only cross-platform date and time library with an asynchronous NTP client
asio async client clock cmake cpp cpp11 cross-platform date datetime event-driven header-only ntp ntp-client packet query server tdd test-driven-development time
Last synced: 20 Jan 2025
https://github.com/s1owjke/prisma-query-formatter
Small utility for Prisma query formatting and param substitution
database logging prisma prisma-client prisma-extension query
Last synced: 14 Nov 2024
https://github.com/joel-jaimon/yandex-i-a
A project in which implementation of debounce, scroll based api calls, cached query, persisted theme (dark / white) is done. ORM used is typeORM along with typegraphql. Apollo Graphql is used to handle client / server.
apollographql debounce express graphql graphql-client graphql-server nodejs pg query reactjs typegraphql-typeorm typescript
Last synced: 18 Jan 2025
https://github.com/praczet/sql-command.nvim
Simple plugin to run sql command (for mariadb). It allows to run command from selection or for current line.
Last synced: 22 Jan 2025
https://github.com/peteprattis/a-programming-tutorial-web-app-with-jdbc-client
A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.
bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application
Last synced: 18 Jan 2025
https://github.com/aliiahmadi/qv
A command-line tool for validating SQLite queries written in Golang
go golang query query-validator sqlite sqlite3 validation
Last synced: 02 Feb 2025
https://github.com/thalesfp/query-with-cache
Lightweight caching solution for async queries
Last synced: 19 Jan 2025
https://github.com/mainak55512/jsonprocessor
Simple JSON query tool for JS
cli javascript jq json library linux npm-package open-source query sql
Last synced: 17 Jan 2025
https://github.com/gopher1980/dynql
DynQL
api api-rest go golang graphql json json-api json-patch json-schema jsona jsonpath query rest transformer
Last synced: 08 Feb 2025
https://github.com/lancewalk87/cls-express-media-server
Software | NodeJS Express media server, Sequelize SQL database, and Webpack ejs for frontend endpoints.
c-plus-plus css3 databae ejs-express endpoint-testing express-server http-server jest nodejs query react rest sequelize server-side social-network sql webpack-loader
Last synced: 17 Jan 2025
https://github.com/aacebo/gq
a zero dependency performant graph query resolver
go golang query resolver zero-dependency
Last synced: 02 Feb 2025