Showing 435 open source projects for "query"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    A database query engine in Java, using JDBC and Swing. Works with MySql and SQL server, with an abstraction layer for adding other databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WGFA is a web application to create and manage W3C-OWL based ontologies, index websites, extract XML-RDF or Dublin-Core metadata and provide search and query operations on the websites based on the created semantic webs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JXmlSql is a Java database API ( MySql, Oracle, Access )that eliminates JDBC code. JXmlSql allows developers to define application and prepopulation SQL statements inside xml files. Options for query, insert, update, delete, report and prepopulation SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java Uniform Data Access is a simple set of Java classes for persistence and query services. It can be used without boring configuration files and provides a simple solution for dinamically building query using only Java objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Framework for Query Expansion for Apache Lucene. Provides implementation of Rocchio Query Expansion (QE) method. Provides implementation of pseudo feedback QE utilizing Google's web API to query the world wide web in order to acquire terms for QE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GNATS Browser is a Java-based client application for GNATS, the GNU Problem Report Management System. It is compatible with both versions 3 and 4 of the GNATS daemon, and allows the user to create, edit, view and query PRs on the GNATS server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QueryForm is a Java/Swing-based GUI app which provides a powerful form-based front end for relational databases. It supports multiple concurrent connections to different databases. Query results can be exported to CSV files or INSERT statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lude is an XML-RPC Lucene Daemon written in Java. Clients in any environment can create indexes, add/update/delete documents, and query the index through a simple XML-RPC API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XQEngine is a Java component for searching collections of XML documents that uses an XQuery front end. The engine has a straightforward API that allows it to be easily embedded in end user applications. Requires some basic Java programming skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    The HL7 Referral Data Mapping System provide user to connection any kind of RDBS to get data that Referral required. Using profile and connections, we cat get data in once form any kind of RDMS and execute multiple Database query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    URIQA4J is an implementation of Nokia's URI Query Agent Model for the Java platform. Used as a component for your web application, it exposes your Java Objects encoded as Concise Bounded Descriptions of RDF resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The goal of this project is to develop a very simple SMTP server that responds to SMTP requests and makes received messages available for query at a later time. All useful features for a SMTP server that can be used in an automated testing suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Chisel is a semantic cache for Java. It speeds up database queries and remote method calls. It calculates which parts of a query can't be answered from the cache, and poses a smaller query (or queries) to obtain only those data from the source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Object Relational Persistence and Object-Based SQL Query API. Similar to that of Hibernate or JDO but much better structured design. This API has several layers of abstraction to be useful for nearly any situation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tools for Websphere MQ, including command line utilities and Eclipse plugin to manage, monitor, and query queue managers, channels, and queues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FAST addresses lifecycle, provisioning, & management of distributed applications with a 3-pronged approach: reusable XML Module Descriptors, flexible query XML Configuration Descriptors to aggregate modules, and a non-intrusive distributed infrastructure
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...It is a semantic web application for social networking, word-of-mouth analysis and profiling. The Pödznsatch architecture includes a bot crawler, an inference engine and a query interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An extensible Java implementation of the W3C XQuery language. The project aims to provide a generic XQuery parser (written with JavaCC), translation to the XQuery core grammar, modularised query optimisation, and an open XMLSchema type system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    xlSQL JDBC Driver for Excel, CSV and XML files. xlSQL maps a directory of Excel files to a database, workbooks to schemas and sheets to tables. Query documents with either the full HSQL or MySQL dialect. Write objects and data with native xlSQL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ...The bot is easily extended with plugins and is written in java. Information the bot is exposed to is persisted in a database via Hibernate and made availabe to users or plugins to query against.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JavaMatch is an engine that can search inside a runtime Java data structures, and look for objects that best match the criteria that you specify. The extensive query mechanism allows for highly customizable tuning of your match queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Persistence Framework for J2ME; DAO layer for MIDP. It enables the developer to Query Value/Data Objects in a RecordStore. Contains methods like dao.save(vo), dao.update(vo), dao.delete(vo) and dao.findContaining(Class vo, String where).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tools for enforcing projects architecture specifications. Identification of "patterns" based on nomenclature rules. Validation of conformance to architecture rules. Query-based investigation. Statistics. Metrics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Visual DB Script is an editor PHP,ASP,HTML(can support other languages) that integrate the functionally of a Database Manager (like Access or MySQL). It supports Scripting Developers with specifical SQL commands and an SQL Query Designer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    virtualMag is a warehouse administration software WMS. It is meant to trace product items entered into warehouse with an easy to use interface and an internet interface for managers to query and create reports for the warehouse inventory.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB