Suggested Categories:

SQL Editors
SQL editors are software tools that enable users to write, edit, and execute Structured Query Language (SQL) queries to interact with databases. These editors provide an interface for managing and manipulating data in relational database management systems (RDBMS), allowing users to create, read, update, and delete (CRUD) records in tables. SQL editors often include features like syntax highlighting, query formatting, auto-completion, and debugging tools to make the writing and execution of SQL queries easier and more efficient. Many also offer integration with different databases, support for complex queries, and built-in tools for database design and management. By enhancing the user experience and providing powerful database manipulation capabilities, SQL editors are essential tools for database administrators and developers.
SQL Server Software
SQL server software is a relational database management system (RDBMS) that allows businesses to store, manage, and retrieve data in structured formats using Structured Query Language (SQL). These platforms provide a robust and scalable solution for handling large volumes of data, enabling users to create, read, update, and delete data within relational databases. SQL server software includes features for data storage, transaction management, data security, backup, and performance optimization, ensuring data integrity and availability. It supports a range of applications from small businesses to enterprise-level solutions, offering integration with other business tools and systems. SQL server software is often used in applications requiring high-performance data storage, reporting, and analytics capabilities.
NoSQL Database
NoSQL database software provides the tools to store, capture and retrieve of big data through the use of non tabular databases.
Email Parser Software
Email parser software is a software designed to analyze and extract data from inbound emails. It enables users to automate the parsing of email attachments, such as PDFs, spreadsheets and documents. The application extracts key data points, such as customer information, order details and more, which can easily be exported into other applications or databases for further processing and analysis. Email Parser software also comes with a range of features that help manage email automation processes, including automated forwarding rules and message templates.
Document Parsers Software
Document parsers are tools that extract, interpret, and structure information from documents like PDFs, Word files, and scanned images. They use techniques such as natural language processing (NLP), optical character recognition (OCR), and machine learning to improve accuracy across diverse document types. Modern systems often incorporate retrieval-augmented generation (RAG), which combines data extraction with AI-driven question-answering for smarter, context-aware outputs.
Java CMS Software
Java CMS software, built on Java programming language and having multiple tools and features, is used by enterprises as a content management platform.
SQL Databases
SQL databases are structured systems that use the Structured Query Language (SQL) to store, retrieve, and manage data. They organize data into tables with rows and columns, ensuring that information is easily accessible, consistent, and scalable. SQL databases are widely used in applications that require complex queries, transactions, and data integrity, making them essential for web applications, financial systems, and enterprise environments. These databases offer robust features for security, data normalization, and maintaining relationships between different datasets. Overall, SQL databases are fundamental to managing relational data efficiently and reliably across various industries.
SQL IDEs
SQL IDEs (Integrated Development Environments) are software tools that provide a comprehensive environment for writing, testing, and optimizing SQL queries. These platforms typically offer features such as code autocompletion, syntax highlighting, query execution, database connection management, and debugging tools, making it easier for developers to interact with relational databases. SQL IDEs often include tools for managing database schemas, visualizing query results, and optimizing query performance. By using these tools, developers can improve productivity, reduce errors, and enhance the efficiency of their database-related tasks.
JavaScript Libraries
JavaScript libraries are collections of pre-written JavaScript code that developers can use to simplify and accelerate web development tasks. They provide ready-made functions, utilities, and components for handling common challenges such as DOM manipulation, animations, event handling, data formatting, and AJAX requests. By using libraries, developers reduce the amount of repetitive coding needed and ensure greater cross-browser compatibility. Many JavaScript libraries focus on specific areas, such as UI design, data visualization, or state management, making them versatile tools in both front-end and back-end development. They play a vital role in modern web applications by boosting efficiency, improving code quality, and supporting rapid prototyping.
JavaScript Obfuscators Software
JavaScript obfuscators are tools that transform human-readable JavaScript code into a form that is difficult to understand, reverse-engineer, or tamper with. They typically replace variable names, functions, and control structures with complex or meaningless patterns while preserving the code’s original functionality. Some obfuscators also add layers of protection like string encryption, dead code insertion, and control flow flattening to further complicate analysis.
AI SQL Query Software
AI SQL query tools are software applications that utilize artificial intelligence (AI) and allow users to access and manage data stored in a database.
SQL Query Optimization Software
SQL Query Optimization tools are software solutions designed to improve the performance and efficiency of database queries. They analyze SQL queries to identify bottlenecks, suggest indexes, and recommend query rewrites for better execution plans. These tools often provide visual query execution plans, allowing users to pinpoint slow operations like full table scans or inefficient joins.
SQL Recovery Tools Software
SQL recovery tools are software programs designed to retrieve and repair data from databases that have become corrupted or damaged.
MySQL GUI Clients
MySQL GUI clients are software applications used to provide a graphical interface for users to interact with MySQL databases. They enable users to view, create and modify tables, rows, columns and other database objects without having to write SQL queries. Common features of MySQL GUI clients include query builder tools and the ability to export data into various formats. Additionally, some MySQL GUI clients offer advanced options such as visual design tools and support for multiple languages.
PostgreSQL GUI Clients
PostgreSQL GUI clients are tools used to easily manage and manipulate databases from a graphical user interface. They provide an intuitive interface that allows users to create and edit elements like tables, views, functions and more. Popular PostgreSQL GUI clients include pgAdmin, DBeaver, TablePlus and Navicat Premium. These clients support a variety of database operations through graphical tools or embedded SQL text editors for full control over query execution.
Resume Parsing Software
Resume parsing software provides the tools to store, access and analyze resume data in order to search, extract and sort specific information into a database.
Database Backup Software
Database backup software solutions enable organizations to back up their databases so that they can restore the databases if necessary. Database backup software is essential for companies of all kinds that want to protect against corrupted data, broken hardware, or employee missteps.
Build Automation Tools
Build automation tools are software tools that automate the process of compiling, testing, and deploying software applications. These tools help developers streamline the building of software from source code, ensuring that the process is repeatable, consistent, and efficient. Build automation typically includes compiling code, running unit tests, generating reports, packaging software, and deploying it to different environments. By automating these steps, build automation tools reduce human errors, improve efficiency, and support continuous integration and continuous delivery (CI/CD) practices.
Code Review Tools
Code review tools are software tools designed to examine and analyze source code for errors, bugs, and vulnerabilities. They provide developers with detailed feedback on their code, highlighting areas that need improvement or optimization. These tools use a variety of techniques such as static analysis, unit testing, and peer review to ensure the quality and functionality of the code. In addition to identifying coding issues, they also help improve code security by detecting potential vulnerabilities or weaknesses in the code. Code review tools are an essential part of the development process for any software project.
Data Replication Software
Data replication software is used to store data in multiple locations with the purpose of optimizing the availability and accessibility of files through databases.
View more categories (20) for "sql parser java"
  • 1
    Apache Hive

    Apache Hive

    Apache Software Foundation

    ...We encourage you to learn about the project and contribute your expertise. Traditional SQL queries must be implemented in the MapReduce Java API to execute SQL applications and queries over distributed data. Hive provides the necessary SQL abstraction to integrate SQL-like queries (HiveQL) into the underlying Java without the need to implement queries in the low-level Java API.
  • 2
    Apache Derby
    Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Derby has a small footprint - about 3.5 megabytes for the base engine and embedded JDBC driver. Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
  • 3
    Flyway

    Flyway

    Redgate Software

    Java-based migrations for advanced data transformations and handling with LOBs. All you need is Java 7+ and your Jdbc driver and you're good to go! Filesystem and classpath scanning to automatically discover SQL and Java migrations. Safe for cluster environments. Multiple machines can migrate in parallel. Ship migrations together with the application and run them automatically on startup using the API.
    Starting Price: $3,000 per year
  • 4
    HerdDB

    HerdDB

    Diennea

    HerdDB is a SQL distributed database implemented in Java. It has been designed to be embeddable in any Java Virtual Machine. It is optimized for fast "writes" and primary key read/update access patterns. HerdDB is designed to manage hundreds of tables. It is simple to add and remove hosts and to reconfigure tablespaces to easly distribute the load on multiple systems.
  • 5
    HyperSQL DataBase

    HyperSQL DataBase

    The hsql Development Group

    HSQLDB (HyperSQL DataBase) is the leading SQL relational database system written in Java. It offers a small, fast multithreaded and transactional database engine with in-memory and disk-based tables and supports embedded and server modes. It includes a powerful command line SQL tool and simple GUI query tools. HSQLDB supports the widest range of SQL Standard features seen in any open source database engine: SQL:2016 core language features and an extensive list of SQL:2016 optional features. ...
  • 6
    PSequel

    PSequel

    PSequel

    PostgreSQL GUI tool for macOS. PSequel provides a clean and simple interface for you to perform common PostgreSQL tasks quickly. pgAdmin is great for its feature-richness. However, its UI is clumsy and complicated. There is a list of PostgreSQL GUI Tools. However, they are either web-based, Java-based or don't support the features some want.
  • 7
    Oracle NoSQL Database
    ...It includes Python, Node.js, Java, C, C#, and REST API drivers for easy application development. Additionally, it integrates with Oracle products such as IoT, Golden Gate, and Fusion Middleware. Oracle NoSQL Database Cloud Service is a fully managed service, freeing developers from backend infrastructure management. Oracle NoSQL Database Cloud Service is a fully managed database service for developers who want to focus on application development without dealing with the hassle of managing the back-end hardware and software infrastructure.
  • 8
    InfinityDB

    InfinityDB

    InfinityDB

    InfinityDB Embedded is a Java NoSQL database, a hierarchical sorted key value store. It is high-performance, multi-core, flexible, and maintenance-free. InfinityDB Encrypted database and InfinityDB Client/Server database are now available as well. InfinityDB has the highest available performance, according to our customers and the provided performance tests: Multi-core overlapping operations scale almost linearly in thread count, threads use fair scheduling, with very low inter-thread interference, random I/O scales logarithmically in file size, with no size limit, caches grow only as used, and are packed efficiently, database open is immediate, even for recovery after abrupt exit.
  • 9
    SwayDB

    SwayDB

    SwayDB

    ...Designed to be efficient at managing bytes on-disk and in-memory by recognising reoccurring patterns in serialised bytes without restricting the core implementation to any specific data model (SQL, NoSQL etc) or storage type (Disk or RAM). The core provides many configurations that can be manually tuned for custom use-cases, but we aim implement automatic runtime tuning when we are able to collect and analyse runtime machine statistics & read-write patterns. Manage data by creating familiar data structures like Map, Set, Queue, SetMap, MultiMap that can easily be converted to native Java and Scala collections. ...
  • 10
    BergDB

    BergDB

    BergDB

    ...BergDB is an embedded, open-source, document-oriented, schemaless, NoSQL database. BergDB is built from the ground up to execute transactions exceptionally fast. And there are no compromises, all writes to the database are made in ACID transactions with the highest possible level of consistency (in SQL-speak: serializable isolation level). Historic queries are important when previous data states are of interest, and also as a fast way to handle concurrency.
  • 11
    Apache HBase

    Apache HBase

    The Apache Software Foundation

    Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Automatic failover support between RegionServers. Easy to use Java API for client access. Thrift gateway and a REST-ful Web service that supports XML, Protobuf, and binary data encoding options. Support for exporting metrics via the Hadoop metrics subsystem to files or...
  • 12
    Yandex Managed Service for YDB
    Serverless computing is ideal for systems with unpredictable loads. Storage scaling, query execution, and backup layers are fully automated. The compatibility of the service API in serverless mode allows you to use the AWS SDKs for Java, JavaScript, Node.js, .NET, PHP, Python, and Ruby. YDB is hosted in three availability zones, ensuring availability even if a node or availability zone goes offline. If equipment or a data center fails, the system automatically recovers and continues working....
  • 13
    Apache Ignite

    Apache Ignite

    Apache Ignite

    Use Ignite as a traditional SQL database by leveraging JDBC drivers, ODBC drivers, or the native SQL APIs that are available for Java, C#, C++, Python, and other programming languages. Seamlessly join, group, aggregate, and order your distributed in-memory and on-disk data. Accelerate your existing applications by 100x using Ignite as an in-memory cache or in-memory data grid that is deployed over one or more external databases.
  • 14
    Olostep

    Olostep

    Olostep

    ...It supports scraping single URLs, crawling an entire site’s pages (even without a sitemap), and submitting batches of up to ~100,000 URLs for large-scale retrieval; responses can include HTML, Markdown, PDF, or JSON, and custom parsers let users pull exactly the schema they need. Features include full JavaScript rendering, use of premium residential IPs/proxy rotation, CAPTCHA handling, and built-in mechanisms for handling rate limits or failed requests. It also offers PDF/DOCX parsing and browser-automation capabilities like click, scroll, wait, etc. Olostep handles scale (millions of requests/day), aims to be cost-effective (claiming up to ~90% cheaper than existing solutions), and provides free trial credits so teams can test its APIs first.
    Starting Price: $9 per month
  • 15
    Altinity

    Altinity

    Altinity

    ...A flexible docker-based GUI manager for ClickHouse that can do the following: Install ClickHouse clusters; Add, delete, and replace nodes; Monitor cluster status; Help with troubleshooting and diagnostics. 3rd party tools and software integrations: Ingest: Kafka, ClickTail; APIs: Python, Golang, ODBC, Java; Kubernetes; UI tools: Grafana, Superset, Tabix, Graphite; Databases: MySQL, PostgreSQL; BI tools: Tableau and many more. Altinity.Cloud incorporates lessons from helping hundreds of customers operate ClickHouse-based analytics. Altinity.Cloud has a Kubernetes-based architecture that delivers portability and user choice of where to operate. ...
  • 16
    Infosistema DMM

    Infosistema DMM

    Infosistema

    Data Migration Manager (DMM) for OutSystems automates data & BPT migration, export, import, data deletion or scramble/anonymization between all OutSystems environments (Cloud, Onprem, PaaS, Hybrid, mySQL, Oracle, SQL Server, Azure SQL, Java or .NET) and versions (8, 9, 10 or 11). Only solution with FREE download directly from the OS FORGE! Did you... Upgrade servers, migrate apps but now you need to migrate the data & BPT or Light BPT? Need to migrate data from the Qual to Prod Environment to populate lookup data? Need to migrate from Prod to Qual to replicate situations that need fixing or just getting a good QA environment for testing? ...
    Starting Price: $108.00/year
  • 17
    ParseHub

    ParseHub

    ParseHub

    ParseHub is a free and powerful web scraping tool. With our advanced web scraper, extracting data is as easy as clicking on the data you need. Trying to get data from complex and laggy sites? No worries! Collect and store data from any JavaScript and AJAX page. Easily instruct ParseHub to search through forms, open drop downs, login to websites, click on maps and handle sites with infinite scroll, tabs and pop-ups to scrape your data. Open a website of your choice and start clicking on the...
    Starting Price: $79 per month
  • 18
    IndexedDB

    IndexedDB

    Mozilla

    ...While web storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution. IndexedDB is a transactional database system, like an SQL-based Relational Database Management System (RDBMS). However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions. ...
    Starting Price: Free
  • 19
    Peekdata

    Peekdata

    Peekdata

    ... - The single schema-less Data API endpoint - Review and configure metrics and dimensions in one place via UI - Data model visualization to make faster decisions - Data Export management scheduling AP Ready-to-use Report Builder and JavaScript components for charting libraries (Highcharts, BizCharts, Chart.js, etc.) makes it easy to embed data-rich functionality into your products. And you will not have to make custom report queries anymore!
    Starting Price: $349 per month
  • 20
    Redis

    Redis

    Redis Labs

    ...Implement relational databases, active-active, geo-distribution, built in conflict distribution for simple and complex data types, & reads/writes in multiple geo regions to the same data set. Redis Enterprise offers flexible deployment options, cloud on-prem, & hybrid. Redis Labs: home of Redis. Redis JSON, Redis Java, Python Redis, Redis on Kubernetes & Redis gui best practices.
    Starting Price: Free
  • 21
    generatedata.com

    generatedata.com

    generatedata.com

    Ever needed custom formatted sample / test data, like, bad? Well, that's the idea of this script. It's a free, open source tool written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a variety of formats for use in testing software, populating databases, and so on and so forth. The out-the-box script contains the sort of functionality you generally need. But nothing's ever complete - maybe you need to generate random esoteric math equations, pull random tweets or display random images from Flickr with the word "Red-backed vole" in the title. ...
  • 22
    Azure Databricks
    Unlock insights from all your data and build artificial intelligence (AI) solutions with Azure Databricks, set up your Apache Spark™ environment in minutes, autoscale, and collaborate on shared projects in an interactive workspace. Azure Databricks supports Python, Scala, R, Java, and SQL, as well as data science frameworks and libraries including TensorFlow, PyTorch, and scikit-learn. Azure Databricks provides the latest versions of Apache Spark and allows you to seamlessly integrate with open source libraries. Spin up clusters and build quickly in a fully managed Apache Spark environment with the global scale and availability of Azure. ...
  • 23
    Cortex

    Cortex

    The Cortex Authors

    ...Instrument your application to create custom metrics using standard Prometheus client libraries, or take advantage of the extensive collection of Prometheus Exporters that collect data from existing applications like MySQL, Redis, Java, ElasticSearch and many more.
  • 24
    HyperGraphDB

    HyperGraphDB

    Kobrix Software

    ...While a persistent memory model designed mostly for knowledge management, AI and semantic web projects, it can also be used as an embedded object-oriented database for Java projects of all sizes. Or a graph database, or a (non-SQL) relational database. HyperGraphDB is a storage framework based on generalized hypergraphs as its underlying data model. The unit of storage is a tuple made up of 0 or more other tuples. Each such tuple is called an atom. One could think of the data model as relational where higher-order, n-ary relationships are allowed or as graph-oriented where edges can point to an arbitrary set of nodes and other edges. ...
  • 25
    RxDB

    RxDB

    RxDB

    ​RxDB is a local-first, NoSQL JavaScript database optimized for modern web and mobile applications. It enables offline-first functionality by storing data directly on the client using storage engines like IndexedDB, OPFS, SQLite, and more. RxDB offers real-time reactivity, allowing developers to subscribe to changes in documents, fields, or queries, ensuring that UI components update automatically as data changes.
    Starting Price: Free
  • 26
    NCache

    NCache

    Alachisoft

    NCache is an open source distributed cache for .NET Framework & .NET Core (released under Apache License, Version 2.0), by Alachisoft. NCache provides an extremely fast and linearly scalable distributed cache that caches application data and reduces expensive database trips. Organizations use NCache to remove performance bottlenecks related to their data storage and databases and can scale their .NET and Java applications to extreme transaction processing (XTP). NCache Open Source gives the...
    Starting Price: $995.00
  • 27
    Google Cloud Datalab
    ...Cloud Datalab is built on Jupyter (formerly IPython), which boasts a thriving ecosystem of modules and a robust knowledge base. Cloud Datalab enables analysis of your data on BigQuery, AI Platform, Compute Engine, and Cloud Storage using Python, SQL, and JavaScript (for BigQuery user-defined functions). Whether you're analyzing megabytes or terabytes, Cloud Datalab has you covered. Query terabytes of data in BigQuery, run local analysis on sampled data, and run training jobs on terabytes of data in AI Platform seamlessly.
  • 28
    Terracotta

    Terracotta

    Software AG

    ...Ultra-Fast Ram + Big Data = Business Power. With BigMemory, you get: Real-time access to terabytes of in-memory data. High throughput with low, predictable latency. Support for Java®, Microsoft® .NET/C#, C++ applications. 99.999 percent uptime. Linear scalability. Data consistency guarantees across multiple servers. Optimized data storage across RAM and SSD. SQL support for querying in-memory data. Reduced infrastructure costs through maximum hardware utilization. High-performance, persistent storage for durability and ultra-fast restart. ...
  • 29
    Quadratic

    Quadratic

    Quadratic

    Quadratic enables your team to work together on data analysis to deliver faster results. You already know how to use a spreadsheet, but you’ve never had this much power. Quadratic speaks Formulas and Python (SQL & JavaScript coming soon). Use the language you and your team already know. Single-line formulas are hard to read. In Quadratic you can expand your recipes to as many lines as you need. Quadratic has Python library support built-in. Bring the latest open-source tools directly to your spreadsheet. The last line of code is returned to the spreadsheet. ...
  • 30
    Ascend

    Ascend

    Ascend

    ...Backed by DataAware intelligence, Ascend works continuously in the background to guarantee data integrity and optimize data workloads, reducing time spent on maintenance by up to 90%. Build, iterate on, and run data transformations easily with Ascend’s multi-language flex-code interface enabling the use of SQL, Python, Java, and, Scala interchangeably. Quickly view data lineage, data profiles, job and user logs, system health, and other critical workload metrics at a glance. Ascend delivers native connections to a growing library of common data sources with our Flex-Code data connectors.
    Starting Price: $0.98 per DFC
  • Previous
  • You're on page 1
  • 2
  • Next