Suggested Categories:

XML Databases
XML databases are a type of database that stores, manages, and retrieves data in the XML (Extensible Markup Language) format. These databases are designed to handle semi-structured data, where data is stored in a tree-like structure using tags, making it more flexible than traditional relational databases. XML databases support querying and manipulating XML data using specialized languages such as XPath, XQuery, and XML Schema. They are commonly used in applications that require complex data structures, such as content management systems, document storage, and web services. XML databases allow for efficient handling of large and dynamic datasets while maintaining the hierarchical relationships between elements, making them suitable for applications that need to store and retrieve structured or semi-structured data efficiently.
Database Software
Database software and database management systems are a type of software designed to store, manage and retrieve data. It is used to organize all kinds of information in an efficient manner, allowing users to quickly access the data they need. Many databases are tailored for specific purposes and applications, ranging from transaction processing systems to large-scale analytics platforms. Database software may be used on its own or connected with other software services for complex operations.
Key-Value Databases
Key-value databases are a type of NoSQL database that store data as pairs, where each unique key is associated with a value. This structure is simple and highly flexible, making key-value databases ideal for scenarios requiring fast access to data, such as caching, session management, and real-time applications. In these databases, the key acts as a unique identifier for retrieving or storing the value, which can be any type of data—strings, numbers, objects, or even binary data. Key-value stores are known for their scalability, performance, and ability to handle high volumes of read and write operations with low latency. These databases are particularly useful for applications that require quick lookups or high availability, such as online retail platforms, social networks, and recommendation systems.
Graph Databases
Graph databases are specialized databases designed to store, manage, and query data that is represented as graphs. Unlike traditional relational databases that use tables to store data, graph databases use nodes, edges, and properties to represent and store data. Nodes represent entities (such as people, products, or locations), edges represent relationships between entities, and properties store information about nodes and edges. Graph databases are particularly well-suited for applications that involve complex relationships and interconnected data, such as social networks, recommendation engines, fraud detection, and network analysis.
Database Security Software
Database security software tools enable organizations to secure their databases, and ensure security compliance with database operations.
Columnar Databases
Columnar databases, also known as column-oriented databases or column-store databases, are a type of database that store data in columns instead of rows. Columnar databases have some advantages over traditional row databases including speed and efficiency.
Database Monitoring Tools
Database monitoring tools help businesses and IT teams track, analyze, and optimize the performance of their databases to ensure smooth operation, prevent downtime, and maintain data integrity. These tools typically provide features for real-time monitoring of database metrics such as query performance, response times, CPU and memory usage, and disk space utilization. Database monitoring software often includes alerting mechanisms for detecting issues such as slow queries or resource bottlenecks, as well as detailed reporting and analytics to improve database efficiency and scalability. By using these tools, organizations can proactively manage database health, troubleshoot problems, and optimize system performance.
Relational Database
Relational database software provides users with the tools to capture, store, search, retrieve and manage information in data points related to one another.
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.
Time Series Databases
Time series databases (TSDB) are databases designed to store time series and time-stamped data as pairs of times and values. Time series databases are useful for easily managing and analyzing time series.
NoSQL Database
NoSQL database software provides the tools to store, capture and retrieve of big data through the use of non tabular databases.
Distributed Databases
Distributed databases store data across multiple physical locations, often across different servers or even geographical regions, allowing for high availability and scalability. Unlike traditional databases, distributed databases divide data and workloads among nodes in a network, providing faster access and load balancing. They are designed to be resilient, with redundancy and data replication ensuring that data remains accessible even if some nodes fail. Distributed databases are essential for applications that require quick access to large volumes of data across multiple locations, such as global eCommerce, finance, and social media. By decentralizing data storage, they support high-performance, fault-tolerant operations that scale with an organization’s needs.
Database Virtualization Software
Database virtualization software provides IT professionals a solution for virtualization databases in order to allow the pooling and usage of resources to be allocated when needed.
Database Design Software
Database design software is a type of computer program used to create, modify and manage databases. It enables users to define the structure of a database and the relationships between different data fields. It also allows the user to perform various operations on existing databases such as editing, backing up, transferring data and creating reports.
Vector Databases
Vector databases are a type of database that use vector-based data structures, rather than the traditional relational models, to store information. They are used in artificial intelligence (AI) applications such as machine learning, natural language processing and image recognition. Vector databases support fast and efficient data storage and retrieval processes, making them an ideal choice for AI use cases. They also enable the integration of structured and unstructured datasets into a single system, offering enhanced scalability for complex projects.
Document Databases
Document databases are a type of NoSQL database designed to store, manage, and retrieve semi-structured data in the form of documents, typically using formats like JSON, BSON, or XML. Unlike traditional relational databases, document databases do not require a fixed schema, allowing for greater flexibility in handling diverse and evolving data structures. Each document in the database can contain different fields and data types, making it ideal for applications where data is complex and varied. These databases excel at scaling horizontally, making them well-suited for handling large volumes of data across distributed systems. Document databases are commonly used in modern web and mobile applications, where they provide efficient storage and fast access to rich, nested data structures.
OLAP Databases
OLAP (Online Analytical Processing) databases are designed to support complex queries and data analysis, typically for business intelligence and decision-making purposes. They enable users to interactively explore large volumes of multidimensional data, offering fast retrieval of insights across various dimensions such as time, geography, and product categories. OLAP databases use specialized structures like cubes to allow for rapid aggregation and calculation of data. These databases are highly optimized for read-heavy operations, making them ideal for generating reports, dashboards, and analytical queries. Overall, OLAP databases help organizations quickly analyze data to uncover patterns, trends, and insights for better decision-making.
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.
Embedded Database Systems
Embedded database systems are lightweight, self-contained databases that are integrated directly into applications, allowing data management without requiring a separate database server. They are optimized for performance and simplicity, often running within the same process as the host application, making them ideal for use in mobile apps, IoT devices, and small-scale applications. These databases support SQL or other query languages and offer full database functionality, including transaction management and data integrity. Embedded database systems are designed to operate with minimal configuration, providing fast, reliable data storage and retrieval within constrained environments. Their ease of integration and low resource usage make them essential for applications that need efficient local data management without the overhead of external databases.
Database Clients
Database clients are tools or applications used to connect to a database server and interact with its data. They allow users to perform operations such as querying, updating, inserting, and deleting records through a structured language. These clients often offer intuitive interfaces or command-line options to simplify database management tasks. They are essential for managing data efficiently, catering to both small-scale and enterprise-level needs. By providing a bridge between users and the database, they streamline data access and administration.
View more categories (20) for "without database"
  • 1
    Ditto

    Ditto

    Ditto

    Ditto is the only mobile database with built-in edge device connectivity and resiliency, enabling apps to synchronize without relying on a central server or constant cloud connectivity. Through the use of CRDTs and P2P mesh replication, Ditto's technology enables you to build collaborative, resilient applications where data is always available and up-to-date for every user, and can even be synced in completely offline situations.
    View Software
    Visit Website
  • 2
    Google Cloud Platform
    ...Secure and fully featured for all enterprises. Tap into big data to find answers faster and build better products. Grow from prototype to production to planet-scale, without having to think about capacity, reliability or performance. From virtual machines with proven price/performance advantages to a fully managed app development platform. Scalable, resilient, high performance object storage and databases for your applications. State-of-the-art software-defined networking products on Google’s private fiber network. ...
    Leader badge
    Starting Price: Free ($300 in free credits)
    View Software
    Visit Website
  • 3
    Outerbase

    Outerbase

    Outerbase

    The interface for your database. View, update, and visualize your data collaboratively, without needing to be a database expert. No one team should have all that power. Queries, columns, rows, tables, and schemas without writing SQL. Edit your data in-line and collaboratively like you would a spreadsheet. Ditch the random snippets and notes with blocks of SQL queries, organize them here.
    Starting Price: $50 per month
  • 4
    PlanetScale

    PlanetScale

    PlanetScale

    PlanetScale is a MySQL-compatible database platform that makes databases near infinitely scalable, easier, and safer to manage. Databases are complex and fragile, making them difficult to manage and easy to break. With cutting edge developer-first features like non-blocking schema changes, built-in horizontal sharding, and real-time analytics you can add power to your database layer without having to hire additional database expertise. ...
    Starting Price: $29 per month
  • 5
    GUN

    GUN

    amark

    Realtime, decentralized, offline-first, graph database engine. The data that needs to stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts. GUN is a small, easy, and fast data sync and storage system that runs everywhere JavaScript does. The aim of GUN is to let you focus on the data that needs to be stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts. ...
  • 6
    SiriDB

    SiriDB

    Cesbit

    SiriDB is designed with performance in mind, inserts and queries are answered in a blink of an eye. The custom query language gives you the ability to speed up your development. SiriDB is scalable on the fly and has no downtime while updating or expanding your database. The scalable possibilities enable you to enlarge the database time after time without losing speed. We take full leverage of all available resources as we distribute your time series data over all pools. SiriDB is developed to give an unprecedented performance without downtime. A SiriDB cluster distributes time series across multiple pools. ...
  • 7
    Pinecone

    Pinecone

    Pinecone

    The AI Knowledge Platform. The Pinecone Database, Inference, and Assistant make building high-performance vector search apps easy. Developer-friendly, fully managed, and easily scalable without infrastructure hassles. Once you have vector embeddings, manage and search through them in Pinecone to power semantic search, recommenders, and other applications that rely on relevant information retrieval.
  • 8
    Pakker

    Pakker

    Pakker

    Creating, managing and sharing data in real-time from everywhere... ...without any programming... ...on any device
    Starting Price: $3.00/month/user
  • 9
    Excel Database Tasks (EDT)
    Excel Database Tasks (EDT) drives down project development time and failed solutions, and pushes user efficiency and satisfaction to its maximum potential. Unlike any other Database front end, Excel Database Tasks empowers the user to safely process data sets without having to program a specialist interface. These are some examples of Custom Development Solutions that Lean have created for businesses to help them become more efficient in their business processes. ...
  • 10
    Apache Cassandra

    Apache Cassandra

    Apache Software Foundation

    The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's support for replicating across multiple datacenters is best-in-class, providing lower latency for your users and the peace of mind of knowing that you can survive regional outages.
  • 11
    ERD Lab

    ERD Lab

    ERD Lab

    ERD Lab is an online ER Diagram Tool that allows you to design your database visually. Import existing SQL or develop new database without writing a single line of code. Visualize your schemas to share & collaborate with your team. Export SQL or PDF/Image when done. All for FREE!
    Starting Price: $0
  • 12
    Tobiko

    Tobiko

    Tobiko

    Tobiko is a data transformation platform that ships data faster, more efficiently, and with fewer mistakes, backward compatible with databases. Make a dev environment without rebuilding the entire DAG. Tobiko only changes what's necessary. Don't rebuild everything when you add a column. You already built your change. Tobiko promotes prod instantly without redoing your work. Avoid debugging clunky Jinja and define your models in SQL. Tobiko works at a startup and at an enterprise scale. ...
    Starting Price: Free
  • 13
    Rowy

    Rowy

    Rowy

    Manage your database on a spreadsheet-UI and build powerful backend cloud functions, scalably without leaving your browser. Start like no-code, extend with code.
    Starting Price: $12 per seat per month
  • 14
    Starcounter

    Starcounter

    Starcounter

    Our ACID in-memory technology and application server enable you to build lightning-fast enterprise software. Without custom tooling or new syntax. Starcounter applications let you achieve 50 to 1000 times better performance without adding complexity. Applications are written in regular C#, LINQ, and SQL. Even the ACID transactions are written in regular C# code. Full Visual Studio support including IntelliSense, debugger, and performance profiler.
    Starting Price: Free
  • 15
    FrontBase

    FrontBase

    FrontBase

    FrontBase was created to fill the need for a robust and scalable relational database server that was Internet-enabled, had no downtime, and required zero administration. FrontBase's speed, wide range of features, and flexible structure can give you a competitive edge. FrontBase is not only incredibly fast but is also a very scalable relational database server. Our customers use FrontBase to create everything from small personal databases to some of the largest enterprise-level databases in the world, yet without any need for expensive database administration staff. ...
  • 16
    Fauna

    Fauna

    Fauna

    Fauna is a data API for modern applications that facilitates rich clients with serverless backends by providing a web-native interface with support for GraphQL and custom business logic, frictionless integration with the serverless ecosystem, a no compromise multi-cloud architecture you can trust and grow with and total freedom from database operations. Instantly create multiple databases in one account leveraging multi-tenancy for development or customer-facing use case. Create a distributed database across one geography or the globe in just three clicks and easily import existing data. Scale seamlessly without ever managing servers, clusters, data partitioning, or replication. ...
    Starting Price: Free
  • 17
    Oracle Berkeley DB
    Berkeley DB is a family of embedded key-value database libraries providing scalable high-performance data management services to applications. The Berkeley DB products use simple function-call APIs for data access and management. Berkeley DB enables the development of custom data management solutions, without the overhead traditionally associated with such custom projects. Berkeley DB provides a collection of well-proven building-block technologies that can be configured to address any application need from the hand-held device to the data center, from a local storage solution to a world-wide distributed one, from kilobytes to petabytes.
  • 18
    DrawSQL

    DrawSQL

    DrawSQL

    ...Create professional diagrams that stand out. Unlike other database clients, drawSQL's editor is easy to use, looks nice, and focuses on helping you visualize your database schemas without being bloated with other database management features. Create a diagram for your app database in less than 15 minutes. Work together to design, model, and document the database schema of your app. Provides diagram versioning and access controls.
    Starting Price: $15 per month
  • 19
    Worksheet Systems
    Worksheet Systems is a low code data management platform that transforms your data into a powerful online database application. We are here to take out the pain! Our team of database experts and software engineers are ready to build a custom database application at no cost! Just tell us what you want to build and we’ll bring your vision to life. We will help you to define your database design, workflows, and any other logic required. Leverage the most advanced database and web technologies without having to learn any JavaScript, CSS etc. ...
    Starting Price: $70 per month
  • 20
    BilberryDB

    BilberryDB

    BilberryDB

    BilberryDB is an enterprise-grade vector-database platform designed for building AI applications that handle multimodal data, including images, video, audio, 3D models, tabular data, and text, across one unified system. It supports lightning-fast similarity search and retrieval via embeddings, allows few-shot or no-code workflows to create powerful search/classification capabilities without large labelled datasets, and offers a developer SDK (such as TypeScript) as well as a visual builder for non-technical users. ...
    Starting Price: Free
  • 21
    Kal Admin

    Kal Admin

    Kalrom Systems

    ...Kal Admin's Data Dictionary is a repository where Business Analysts store definitions and descriptions of data elements required to satisfy end user requirement. Business terminology can be stored in the Dictionary as well. The Dictionary is used later for building tables in the database. Using Kal Admin, tables can be defined without actually building them in the database. Columns in the table are defined using the Data Dictionary. Once the defined tables pass quality assurance you can build them in the database with a click.
  • 22
    RavenDB Cloud
    ...Our built in GUI and simple API lets you focus more of your resources on building your applications and less time working with your database. Pick a service provider, location and we’ll setup the rest. Providing you with a ready-to-go system in just minutes. Enjoy automatic instance setup, maintenance and upgrades. All of this without any effort from your side and with 24/7 support. Scale your instances as your business grows, optimize the costs by taking advantage of our long-term contracts.
  • 23
    Google Cloud Datastore
    ...You can build solutions that span across App Engine and Compute Engine and rely on Datastore as the integration point. Focus on building your applications without worrying about provisioning and load anticipation. Datastore scales seamlessly and automatically with your data, allowing applications to maintain high performance as they receive more traffic.
  • 24
    Semantee

    Semantee

    Semantee.AI

    ...Semantee also offers an abstraction layer over an e-shop's product catalog, enabling the store to utilize semantic search instantly without having to re-configure its database.
    Starting Price: $500
  • 25
    SAP HANA
    SAP HANA in-memory database is for transactional and analytical workloads with any data type — on a single data copy. It breaks down the transactional and analytical silos in organizations, for quick decision-making, on premise and in the cloud. Innovate without boundaries on a database management system, where you can develop intelligent and live solutions for quick decision-making on a single data copy.
  • 26
    Blazegraph

    Blazegraph

    Blazegraph

    ...It powers the Wikimedia Foundation's Wikidata Query Service. You can choose an executable jar, war file, or tar.gz distribution. Blazegraph is designed to be easy to use and get started. It ships without SSL or authentication by default for this reason. For production deployments, we strongly recommend you enable SSL, authentication, and appropriate network configurations. There are some helpful links below to enable you to do this.
  • 27
    Percona Server for MySQL
    ...Percona was founded on the belief that everyone should have access to scalable, secure, efficient, and resilient database software features, without inflated fees or vendor lock-in.
    Leader badge
    Starting Price: Free
  • 28
    QuintaDB

    QuintaDB

    QuintaDB

    ...Customer portal. Storing data online in a relational database with a usable and effective interface, without the need to purchase your own server. 24-hour access to information from anywhere in the world. Integration of web forms, tables, graphs, maps as a widget on a web page, forum or blog. Wide opportunities for customization allows you to create an individual design of the widget.
    Starting Price: Free
  • 29
    ArcadeDB

    ArcadeDB

    ArcadeDB

    Manage complex models using ArcadeDB without any compromise. Forget about Polyglot Persistence. no need for multiple databases. You can store graphs, documents, key values and time series all in one ArcadeDB Multi-Model database. Since each model is native to the database engine, you don't have to worry about translations slowing you down. ArcadeDB's engine was built with Alien Technology.
    Starting Price: Free
  • 30
    Azure Cosmos DB
    ...Azure Synapse Link for Azure Cosmos DB seamlessly integrates with Azure Synapse Analytics without data movement or diminishing the performance of your operational data store.
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next