Best Perst Alternatives in 2025
Find the top alternatives to Perst currently available. Compare ratings, reviews, pricing, and features of Perst alternatives in 2025. Slashdot lists the best Perst alternatives on the market that offer competing products that are similar to Perst. Sort through Perst alternatives below to make the best choice for your needs
-
1
RaimaDB, an embedded time series database that can be used for Edge and IoT devices, can run in-memory. It is a lightweight, secure, and extremely powerful RDBMS. It has been field tested by more than 20 000 developers around the world and has been deployed in excess of 25 000 000 times. RaimaDB is a high-performance, cross-platform embedded database optimized for mission-critical applications in industries such as IoT and edge computing. Its lightweight design makes it ideal for resource-constrained environments, supporting both in-memory and persistent storage options. RaimaDB offers flexible data modeling, including traditional relational models and direct relationships through network model sets. With ACID-compliant transactions and advanced indexing methods like B+Tree, Hash Table, R-Tree, and AVL-Tree, it ensures data reliability and efficiency. Built for real-time processing, it incorporates multi-version concurrency control (MVCC) and snapshot isolation, making it a robust solution for applications demanding speed and reliability.
-
2
H2
H2
Welcome to H2, a Java SQL database designed for efficient data management. In its embedded mode, an application can access the database directly within the same Java Virtual Machine (JVM) using JDBC, making it the quickest and simplest connection method available. However, a drawback of this setup is that the database can only be accessed by one virtual machine and class loader at a time. Like other modes, it accommodates both persistent and in-memory databases without restrictions on the number of simultaneous database accesses or open connections. On the other hand, the mixed mode combines features of both embedded and server modes; the initial application that connects to the database operates in embedded mode while simultaneously launching a server to enable other applications in different processes or virtual machines to access the same data concurrently. This allows local connections to maintain the high speed of the embedded mode, whereas remote connections may experience slight delays. Overall, H2 provides a flexible and robust solution for various database needs. -
3
InterBase
Embarcadero
It is a highly scalable, embedded SQL database that can be accessed from anywhere. It also includes commercial-grade data security, disaster recovery, change synchronization, and data security. -
4
HyperGraphDB
Kobrix Software
HyperGraphDB serves as a versatile, open-source data storage solution founded on the sophisticated knowledge management framework of directed hypergraphs. Primarily created for persistent memory applications in knowledge management, artificial intelligence, and semantic web initiatives, it can also function as an embedded object-oriented database suitable for Java applications of varying scales, in addition to serving as a graph database or a non-SQL relational database. Built upon a foundation of generalized hypergraphs, HyperGraphDB utilizes tuples as its fundamental storage units, which can consist of zero or more other tuples; these individual tuples are referred to as atoms. The data model can be perceived as relational, permitting higher-order, n-ary relationships, or as graph-based, where edges can connect to an arbitrary assortment of nodes and other edges. Each atom is associated with a strongly-typed value that can be customized extensively, as the type system that governs these values is inherently embedded within the hypergraph structure. This flexibility allows developers to tailor the database according to specific project requirements, making it a robust choice for a wide range of applications. -
5
IndexedDB
Mozilla
FreeIndexedDB serves as a fundamental API designed for the client-side storage of large volumes of structured data, including files and blobs. It utilizes indexing to facilitate efficient searches, making it suitable for extensive datasets. While traditional web storage can handle smaller data quantities well, it falls short when it comes to managing larger structured datasets, a gap that IndexedDB effectively fills. Functioning as a transactional database system akin to SQL-based Relational Database Management Systems (RDBMS), IndexedDB diverges from them by operating as a JavaScript-based object-oriented database. This distinction allows it to store and retrieve objects indexed by keys, with support for any objects that comply with the structured clone algorithm. Users must outline the database schema, establish a connection, and execute retrieval and updating of data through a series of transactions. Additionally, like other web storage solutions, IndexedDB adheres to the same-origin policy, ensuring data security and integrity across different domains. With its versatility and capability, IndexedDB has become an essential tool for developers dealing with complex data needs on the web. -
6
RocksDB
RocksDB
RocksDB is a high-performance database engine that employs a log-structured design and is entirely implemented in C++. It treats keys and values as byte streams of arbitrary sizes, allowing for flexibility in data representation. Specifically designed for rapid, low-latency storage solutions such as flash memory and high-speed disks, RocksDB capitalizes on the impressive read and write speeds provided by these technologies. The database supports a range of fundamental operations, from basic tasks like opening and closing a database to more complex functions such as merging and applying compaction filters. Its versatility makes RocksDB suitable for various workloads, including database storage engines like MyRocks as well as application data caching and embedded systems. This adaptability ensures that developers can rely on RocksDB for a wide spectrum of data management needs in different environments. -
7
C#
Microsoft
FreeC#, often referred to as "C Sharp," is a contemporary programming language characterized by its object-oriented and type-safe nature. This language allows developers to create a wide array of secure and efficient applications that operate within the .NET framework. With foundations in the C language family, programmers familiar with C, C++, Java, and JavaScript will find C# to be quite accessible. This guide offers a comprehensive overview of the essential elements of C# up to version 8. As an object-oriented and component-oriented language, C# includes specific constructs that facilitate the development and utilization of software components. Over time, C# has evolved by incorporating features that cater to new workloads and progressive software design methodologies. At its essence, C# embodies object-oriented principles, enabling developers to define types along with their associated behaviors while fostering a rich ecosystem for application development. The language continues to adapt and grow, ensuring its relevance in the ever-changing landscape of technology. -
8
ABAP
SAP PRESS
ABAP, which stands for Advanced Business Application Programming, is a specialized fourth-generation programming language developed by SAP specifically for handling large volumes of data within its business applications. It operates within the SAP NetWeaver framework, allowing organizations utilizing SAP ERP and S/4 HANA to customize their systems according to specific requirements. This versatile language supports multiple programming paradigms, including procedural and object-oriented styles, and is capable of integrating smoothly with other languages like Java, JavaScript, and SAPUI5. The introduction of object-oriented features in version 4.6C in 2000 marked a significant advancement, and further improvements in ABAP 7.4/7.5 resulted in reductions in code length by as much as 50% with the introduction of enhanced syntax, improved Open SQL, ABAP Managed Database Procedures, and Core Data Services (CDS) Views. Additionally, the launch of SAP HANA in 2011 shifted many processing tasks to the in-memory database layer, facilitating real-time operations and creating exciting new programming opportunities. As a result, ABAP has evolved into a powerful tool that meets the dynamic needs of modern businesses. -
9
Symas LMDB
Symas Corporation
Symas LMDB is an incredibly swift and memory-efficient database that we created specifically for the OpenLDAP Project. Utilizing memory-mapped files, it achieves the read speed typical of purely in-memory databases while also providing the durability associated with traditional disk-based systems. In essence, despite its modest size of just 32KB of object code, LMDB packs a significant punch; it is indeed the perfect 32KB. The compact nature and efficiency of LMDB are integral to its remarkable capabilities. For those integrating LMDB into their applications, Symas provides fixed-price commercial support. Development is actively carried out in the mdb.master branch of the OpenLDAP Project’s git repository. Moreover, LMDB has garnered attention across numerous impressive products and publications, highlighting its versatility and effectiveness in various contexts. Its widespread recognition further cements its status as a vital tool for developers. -
10
LanceDB
LanceDB
$16.03 per monthLanceDB is an accessible, open-source database specifically designed for AI development. It offers features such as hyperscalable vector search and sophisticated retrieval capabilities for Retrieval-Augmented Generation (RAG), along with support for streaming training data and the interactive analysis of extensive AI datasets, making it an ideal foundation for AI applications. The installation process takes only seconds, and it integrates effortlessly into your current data and AI toolchain. As an embedded database—similar to SQLite or DuckDB—LanceDB supports native object storage integration, allowing it to be deployed in various environments and efficiently scale to zero when inactive. Whether for quick prototyping or large-scale production, LanceDB provides exceptional speed for search, analytics, and training involving multimodal AI data. Notably, prominent AI companies have indexed vast numbers of vectors and extensive volumes of text, images, and videos at a significantly lower cost compared to other vector databases. Beyond mere embedding, it allows for filtering, selection, and streaming of training data directly from object storage, thereby ensuring optimal GPU utilization for enhanced performance. This versatility makes LanceDB a powerful tool in the evolving landscape of artificial intelligence. -
11
eXtremeDB
McObject
What makes eXtremeDB platform independent? - Hybrid storage of data. Unlike other IMDS databases, eXtremeDB databases are all-in-memory or all-persistent. They can also have a mix between persistent tables and in-memory table. eXtremeDB's Active Replication Fabric™, which is unique to eXtremeDB, offers bidirectional replication and multi-tier replication (e.g. edge-to-gateway-to-gateway-to-cloud), compression to maximize limited bandwidth networks and more. - Row and columnar flexibility for time series data. eXtremeDB supports database designs which combine column-based and row-based layouts in order to maximize the CPU cache speed. - Client/Server and embedded. eXtremeDB provides data management that is fast and flexible wherever you need it. It can be deployed as an embedded system and/or as a clients/server database system. eXtremeDB was designed for use in resource-constrained, mission-critical embedded systems. Found in over 30,000,000 deployments, from routers to satellites and trains to stock market world-wide. -
12
Oorian
Corvus Engineering
Oorian is a Java-based framework that allows you to create dynamic, interactive and data-driven web apps in Java, allowing you to take advantage of all the benefits object-oriented design has to offer from front-end to rear-end. Java can be used to create your entire web application including the UI without having to maintain separate HTML, CSS and Javascript code. -
13
Gilhari
Software Tree
Gilhari is a microservice framework that provides persistence for JSON objects in relational database. This microservice framework is available as a Docker image and can be configured according to an app-specific object or relational model. Gilhari exposes REST (Representational State Transfer) interface for APIs (POST/GET, PUT and DELETE ) to perform CRUD (Create. Retrieve. Update. Delete) operations on app-specific JSON objects. Here are some highlights from Gilhari: * Metadata driven, object model independent and database agnostic framework * Easily customizable/configurable to your JSON object model * JSON attributes can be mapped to table columns, allowing full query capabilities as well as optimizations * Supports complex object modeling, including 1-m, 1-m and m-m relationships * No code is required to handle REST APIs (POST/GET, PUT/DELETE), data exchange (CRUD), or database schema creation. -
14
Realm
Realm DB
FreeRealm is an innovative, mobile-centric open-source object database specifically engineered to operate seamlessly on phones, tablets, and wearable devices. By offering a straightforward, object-oriented data model, it eliminates the necessity for an Object-Relational Mapping (ORM) layer, allowing developers to create models using standard classes in popular programming languages such as Swift, Java, Kotlin, C#, JavaScript, Dart, and C++. Its design prioritizes high efficiency and minimal memory footprint through techniques like zero-copy architecture, lazy loading, and multi-version concurrency control (MVCC), ensuring safe operations across multiple threads. Realm's live objects and collections synchronize automatically across threads, providing a foundation for reactive programming methodologies. Furthermore, it allows for the establishment of intricate data structures by enabling relationships between objects through links and backlinks. Developers can also take advantage of tools like Realm Studio to explore and modify local Realm databases, facilitating integration with a variety of platforms, including React Native, Flutter, Xamarin, and Node.js. This adaptability makes Realm a compelling choice for developers looking to manage data efficiently in their mobile applications. -
15
InterSystems Caché
InterSystems
InterSystems Cache®, a high-performance database, powers transaction processing applications all over the globe. It's used for everything, from mapping a million stars in the Milky Way to processing a trillion equity trades per day to managing smart energy grids. InterSystems has developed Cache, a multi-model (object-relational, key-value), DBMS and application server. InterSystems Cache offers multiple APIs that allow you to work with the same data simultaneously: key/value, relational/object, document, multidimensional, object, object, and object. Data can be managed using SQL, Java, node.js.NET, C++ and Python. Cache also offers an application server that hosts web apps (CSP, REST, SOAP and other types TCP access for Cache data). -
16
Oracle TimesTen
Oracle
Oracle TimesTen In-Memory Database (TimesTen) enhances real-time application performance by rethinking the runtime data storage approach, resulting in reduced response times and increased throughput. By utilizing in-memory data management and refining data structures alongside access algorithms, TimesTen maximizes the efficiency of database operations, leading to significant improvements in both responsiveness and transaction throughput. The launch of TimesTen Scaleout introduces a shared-nothing architecture that builds on the existing in-memory capabilities, enabling seamless scaling across numerous hosts, accommodating vast data volumes of hundreds of terabytes, and processing hundreds of millions of transactions per second, all without requiring manual sharding or workload distribution. This innovative approach not only streamlines performance but also simplifies the overall database management experience for users. -
17
Solver SDK
Frontline Systems
$2495 one-time paymentIncorporate optimization and simulation models into your desktop, web, or mobile applications effortlessly by utilizing consistent high-level objects such as Problem, Solver, Variable, and Function, along with their respective collections, properties, and methods across various programming languages. This uniformity extends to a standardized object-oriented API that is accessible remotely via Web Services WS-* standards for clients using languages like PHP, JavaScript, and C#. Additionally, procedural languages are able to invoke traditional calls that align intuitively with the properties and methods of the object-oriented API. The suite of optimization techniques available encompasses linear and quadratic programming, mixed-integer programming, smooth nonlinear optimization, as well as global optimization and non-smooth evolutionary and tabu search methodologies. Furthermore, premier optimization tools from Gurobi™, XPRESS™, and MOSEK™ for handling linear, quadratic, and conic models, along with KNITRO™, SQP, and GRG methods for nonlinear challenges, can be seamlessly integrated into the Solver SDK. You can also effortlessly generate a sparse DoubleMatrix object containing an impressive 1 million rows and columns, making it easier to handle large datasets. This flexibility in creating and managing complex optimization problems allows developers to tailor solutions that meet specific application needs efficiently. -
18
xSkrape
CodeX Enterprises
$2.49 per monthInterestingly, our appreciation for various ORM solutions like Dapper, Hibernate, and Entity Framework led us to identify ways to enhance their functionality. For an in-depth exploration of our project, check out CodexMicroORM on GitHub, where we delve into critical issues such as performance optimization, ensuring thread safety, and providing seamless integration with user interface frameworks like INotifyPropertyChanged and IDataErrorInfo, alongside straightforward configuration and a focus on service-oriented architecture that allows interoperability with existing classes. CodexMicroORM, also known as CEF, is completely free and distributed under the Apache 2.0 license. Designed with a flexible architecture, we are excited to introduce optional paid extensions and tools, including a purely object-oriented database that eliminates concerns about "object-relational mapping," resulting in a more streamlined design and outstanding in-memory performance. We plan to share in-depth insights on our blog, which will not only highlight the features of CEF but also cover a variety of intriguing data-related subjects, encouraging you to subscribe for updates even if you don't intend to use our framework. -
19
The Java™ Programming Language is designed as a versatile, concurrent, and strongly typed object-oriented language that utilizes a class-based structure. Typically, it is translated into bytecode that adheres to the specifications laid out in the Java Virtual Machine Specification. In this language, developers write source code in standard text files that conclude with the .java suffix. These source files are subsequently transformed into .class files through the use of the javac compiler. Unlike native processor code, a .class file comprises bytecodes, which serve as the machine language understood by the Java Virtual Machine (Java VM). To execute an application, the java launcher tool creates an instance of the Java Virtual Machine, allowing the compiled bytecode to run seamlessly. This process exemplifies the efficiency and portability that Java offers across various computing environments.
-
20
BoxLang
BoxLang
BoxLang is a contemporary scripting language that is loosely and dynamically typed, tailored for the Java Virtual Machine (JVM), and it encompasses both Object-Oriented (OO) and Functional Programming (FP) paradigms. This language is versatile enough to be utilized across various platforms and operating systems, including web servers, Java application servers, AWS Lambda, and WebAssembly, among others. By integrating numerous features from an array of programming languages, BoxLang offers developers a syntax that is not only modern but also fluent and expressive. Its design emphasizes modularity and dynamism, fully leveraging the advanced capabilities of the JVM. As a dynamically typed language, BoxLang eliminates the necessity for explicit type declarations and is equipped with type inference, auto-casting, and the ability to promote types as needed. Additionally, BoxLang's runtime adaptability allows for the addition, removal, or modification of methods and properties on-the-fly, making it a flexible choice for developers. This unique combination of features positions BoxLang as a compelling option for those seeking a robust and innovative programming tool. -
21
VelocityDB
VelocityDB
$200 per 6 mothsVelocityDB stands out as a unique database engine, renowned for its ability to store data more quickly and efficiently than any competing solutions while being significantly more affordable. Unlike traditional databases that rely on mapping to tables, JSON, or XML, it retains .NET objects in their native format. Complementing this is VelocityGraph, an open-source property graph database that seamlessly integrates with the VelocityDB object database. As a C# .NET noSQL object database, VelocityDB is enhanced by VelocityGraph, making it one of the fastest, most scalable, and flexible database options available today. Bugs that are reported along with reproducible test cases are typically resolved within a week, showcasing the responsiveness of the development team. The primary advantage of using this database system lies in its remarkable flexibility, enabling developers to tailor their applications to meet even the most specific requirements. With VelocityDB, you have the freedom to select the most suitable data structures for your needs, granting you control over the persistent placement of data, as well as how it is indexed and accessed. This level of customization sets VelocityDB apart in the realm of database technology. -
22
HyperSQL DataBase
The hsql Development Group
HSQLDB, or HyperSQL DataBase, stands out as a premier SQL relational database system developed in Java. It boasts a compact, efficient multithreaded transactional engine that accommodates both in-memory and disk-based tables, functioning effectively in embedded and server configurations. Users can take advantage of a robust command-line SQL interface along with straightforward GUI query tools. HSQLDB is distinguished by its comprehensive support for a vast array of SQL Standard features, including the core language components from SQL:2016 and an impressive collection of optional features from the same standard. It provides full support for Advanced ANSI-92 SQL, with only two notable exceptions. Additionally, HSQLDB includes numerous enhancements beyond the Standard, featuring compatibility modes and functionalities that align with other widely used database systems. Its versatility and extensive feature set make it a highly adaptable choice for developers and organizations alike. -
23
OneStep-JV
Business Control Systems
The OneStep-JV™ Point of Sale system offers a cutting-edge suite of applications tailored for retailers and distributors, integrating advanced technology for optimal performance. By utilizing the robust capabilities of Java alongside the reliability of Oracle, OneStep-JV™ provides a comprehensive point of sale solution. This system is developed in Java, with Oracle serving as its embedded database, ensuring that users experience both advanced technology and effective inventory management. The inherent flexibility of Java means that OneStep-JV™ can be deployed on everything from individual computers to extensive networks and portable devices such as Palm Tops, all while supporting various operating systems including Windows, Novell, Unix, and Linux. Moreover, the Oracle database foundation enhances the system's stability, featuring auto-recovery capabilities that ensure the integrity of the database and inventory control software, which is essential for maintaining operational continuity. Retailers and distributors can therefore trust OneStep-JV™ to deliver consistent performance and adaptability across diverse environments. -
24
Oxygene
RemObjects Software
$199 one-time paymentPascal holds greater significance today than it has in the past, with modern implementations like Oxygene offering a wealth of capabilities. Oxygene stands out as a versatile programming language, empowering developers to build an extensive range of projects across diverse platforms. It achieves this by integrating a mix of language features that simplify the development process, incorporating fundamental object-oriented principles common in contemporary languages, such as classes that encompass methods, properties, and events. Additionally, it includes advanced, specialized features that facilitate particular development tasks, including the creation of safe, multi-threaded applications, many of which are exclusive to Oxygene. All these features are rooted in Object Pascal's principles, maintaining the language's design philosophies that ensure Pascal remains accessible, readable, and easy to learn. As an object-oriented programming language, the majority of Oxygene code is encapsulated within "classes," allowing for organized and efficient code management. This modern approach not only honors the legacy of Pascal but also adapts it for today's programming challenges. -
25
SQLite is a C-language library that offers a compact, efficient, and reliable SQL database engine that is fully featured. Recognized as the most popular database engine globally, SQLite is embedded in every mobile device and the majority of computers, while also being included in a myriad of applications that are used daily by individuals. Operating as an in-process library, SQLite provides a self-sufficient, serverless, and zero-configuration transactional SQL database engine. The source code of SQLite resides in the public domain, making it available for anyone to use freely, whether for commercial or personal purposes. With its extensive deployment and integration into numerous applications, SQLite stands out as an invaluable tool for developers in various high-profile projects. Its versatility and ease of use contribute to its unmatched popularity in the database landscape.
-
26
SAP HANA
SAP
SAP HANA is an in-memory database designed to handle both transactional and analytical workloads using a single copy of data, regardless of type. It effectively dissolves the barriers between transactional and analytical processes within organizations, facilitating rapid decision-making whether deployed on-premises or in the cloud. This innovative database management system empowers users to create intelligent, real-time solutions, enabling swift decision-making from a unified data source. By incorporating advanced analytics, it enhances the capabilities of next-generation transaction processing. Organizations can build data solutions that capitalize on cloud-native attributes such as scalability, speed, and performance. With SAP HANA Cloud, businesses can access reliable, actionable information from one cohesive platform while ensuring robust security, privacy, and data anonymization, reflecting proven enterprise standards. In today's fast-paced environment, an intelligent enterprise relies on timely insights derived from data, emphasizing the need for real-time delivery of such valuable information. As the demand for immediate access to insights grows, leveraging an efficient database like SAP HANA becomes increasingly critical for organizations aiming to stay competitive. -
27
Embeddinghub
Featureform
FreeTransform your embeddings effortlessly with a single, powerful tool. Discover an extensive database crafted to deliver embedding capabilities that previously necessitated several different platforms, making it easier than ever to enhance your machine learning endeavors swiftly and seamlessly with Embeddinghub. Embeddings serve as compact, numerical representations of various real-world entities and their interrelations, represented as vectors. Typically, they are generated by first establishing a supervised machine learning task, often referred to as a "surrogate problem." The primary goal of embeddings is to encapsulate the underlying semantics of their originating inputs, allowing them to be shared and repurposed for enhanced learning across multiple machine learning models. With Embeddinghub, achieving this process becomes not only streamlined but also incredibly user-friendly, ensuring that users can focus on their core functions without unnecessary complexity. -
28
BergDB
BergDB
Greetings! BergDB is an efficient database built on Java and .NET, crafted for developers who want to concentrate on their tasks without getting bogged down by database complexities. It features straightforward key-value storage, ACID-compliant transactions, the ability to perform historic queries, effective concurrency management, secondary indices, swift append-only storage, replication capabilities, and seamless object serialization among other attributes. As an embedded, open-source, document-oriented, schemaless NoSQL database, BergDB is purposefully designed to deliver rapid transaction processing. Importantly, it ensures that all database writes adhere to ACID transactions, maintaining the highest consistency level available, which is akin to the serializable isolation level in SQL. The functionality of historic queries is beneficial for retrieving previous data states and managing concurrency efficiently, as read operations in BergDB are executed without locking any resources, allowing for smooth and uninterrupted access to data. This unique approach ensures that developers can work more productively, leveraging BergDB’s robust features to enhance application performance. -
29
Scala
Scala
FreeScala seamlessly integrates both object-oriented and functional programming paradigms into a single, elegant high-level language. With its static type system, Scala minimizes the likelihood of errors in intricate applications, while its compatibility with JVM and JavaScript allows developers to create efficient systems that can leverage extensive libraries. The Scala compiler is adept in managing static types, meaning that in most instances, you don't need to specify variable types; its robust type inference handles this automatically. Structural data types in Scala are represented by case classes, which automatically provide well-defined methods for toString, equals, and hashCode, in addition to enabling deconstruction through pattern matching. Moreover, in Scala, functions are treated as first-class citizens, allowing for the creation of anonymous functions using a streamlined syntax. This versatility makes Scala an appealing choice for developers seeking a language that combines the best of both programming worlds. -
30
QuasarDB
QuasarDB
QuasarDB, the core of Quasar's intelligence, is an advanced, distributed, column-oriented database management system specifically engineered for high-performance timeseries data handling, enabling real-time processing for massive petascale applications. It boasts up to 20 times less disk space requirement, making it exceptionally efficient. The unmatched ingestion and compression features of QuasarDB allow for up to 10,000 times quicker feature extraction. This database can perform real-time feature extraction directly from raw data via an integrated map/reduce query engine, a sophisticated aggregation engine that utilizes SIMD capabilities of contemporary CPUs, and stochastic indexes that consume minimal disk storage. Its ultra-efficient resource utilization, ability to integrate with object storage solutions like S3, innovative compression methods, and reasonable pricing structure make it the most economical timeseries solution available. Furthermore, QuasarDB is versatile enough to operate seamlessly across various platforms, from 32-bit ARM devices to high-performance Intel servers, accommodating both Edge Computing environments and traditional cloud or on-premises deployments. Its scalability and efficiency make it an ideal choice for businesses aiming to harness the full potential of their data in real-time. -
31
Tarantool
Tarantool
Businesses require a solution to maintain seamless operations of their systems, enhance data processing speed, and ensure storage reliability. In-memory technologies have emerged as effective tools for addressing these challenges. For over a decade, Tarantool has been assisting organizations globally in creating intelligent caches, data marts, and comprehensive client profiles while optimizing server utilization. This approach not only reduces the expenses associated with storing credentials compared to isolated solutions but also enhances both the service and security of client applications. Furthermore, it lowers the costs of data management by minimizing the number of separate systems that hold customer identities. By analyzing user behavior and data, companies can boost sales through improved speed and accuracy in recommending products or services. Additionally, enhancing the performance of mobile and web channels can significantly reduce user attrition. In the context of large organizations, IT systems often operate within a closed network loop, which poses risks as data circulates without adequate protection. Consequently, it becomes imperative for corporations to adopt robust strategies that not only safeguard their data but also ensure optimal system functionality. -
32
SQLAlchemy
SQLAlchemy
SQLAlchemy serves as a Python toolkit for SQL and an object-relational mapper, allowing developers to harness the complete capabilities of SQL with great flexibility. As the size and performance of SQL databases become critical, they tend to deviate from functioning merely as object collections; similarly, when abstraction is prioritized, object collections lose their resemblance to traditional tables and rows. SQLAlchemy seeks to bridge these opposing principles effectively. It views the database as a relational algebra engine rather than simply a set of tables, enabling selection of rows not only from tables but also from joins and various select statements, which can be integrated into more complex structures. The expression language of SQLAlchemy is built upon this foundational idea, enhancing its functionality. Additionally, SQLAlchemy is widely recognized for its object-relational mapper (ORM) feature, which is an optional element that implements the data mapper pattern, providing a robust framework for developers to work with databases seamlessly. This dual functionality of SQLAlchemy makes it a versatile tool for both simple and intricate database interactions. -
33
Component Pascal
Component Pascal
FreeComponent Pascal is a versatile programming language that draws inspiration from Pascal, Modula-2, and Oberon. Its key characteristics include a block structure, modular design, the ability for separate compilation, static typing with rigorous type checking even across module boundaries, type extension with associated methods, dynamic module loading, and automated garbage collection. The aspect of type extension allows Component Pascal to function as an object-oriented language. In this context, an object is defined as a variable representing an abstract data type that comprises private data (its state) along with procedures that manipulate this data. These abstract data types are defined using extensible records. Component Pascal effectively encompasses the essential concepts of object-oriented programming while leveraging the established terminology of imperative languages, thus reducing the complexity of similar concepts. Its commitment to complete type safety, coupled with the necessity for a dynamic object model, further positions Component Pascal as a component-oriented programming language. Ultimately, this combination of features fosters a robust environment for developing modular and maintainable software applications. -
34
A JavaScript UI library and framework designed to enhance web development efficiency, the JS Framework facilitates the creation of cross-platform web applications with an impressive collection of 102 UI widgets alongside feature-rich CSS and HTML5 JavaScript controls. By utilizing these pre-built widgets and UI components, developers can save over 3000 hours in development time, allowing them to build web user interfaces 30% faster. Our team has curated the finest design concepts, thoughtfully evaluating the user experience of each Webix component across five distinct conceptual designs. Additionally, our knowledgeable support service team is well-versed in the intricacies of our library and is ready to assist with any challenges you may encounter. For further engagement, we offer an official support forum where users can interact and troubleshoot alongside our developers. Employing the Webix JS framework ensures that your project benefits from clean and lightweight code grounded in object-oriented programming principles, while also allowing seamless integration with the jQuery library, MVC frameworks such as AngularJS, React, Vue.js, and Backbone.js, as well as third-party UI extensions, enriching the overall development experience. This comprehensive solution not only accelerates the development process but also enhances the functionality and design of your web applications.
-
35
Valentina Studio
Paradigma Software
Explore, create, and manage databases utilizing Valentina DB, MySQL, MariaDB, PostgreSQL, and SQLite at no cost. Generate comprehensive business reports through Valentina Studio Pro, either on Valentina Server or within an application that utilizes an Application Developer Kit. Engage in backward engineering with standard practices while also employing forward engineering techniques in Valentina Studio Pro. Conduct reverse engineering to produce diagrams for pre-existing databases, and easily integrate new elements into these diagrams. Write SQL queries with features such as auto-completion and syntax highlighting, while also defining and managing favorite queries and accessing recent ones seamlessly. Benefit from a function browser that provides a dictionary for each SQL function as well as consoles that report errors, warnings, and performance metrics. Efficiently search and export result records in various formats including CSV, JSON, and Excel, while simultaneously editing the properties of multiple database objects. Delve deep into tables and fields with remarkable speed, and manage the addition or removal of users and groups, along with their associated privileges. This multifaceted approach ensures that users can handle database management with efficiency and effectiveness. -
36
Objective-C
Objective-C
Objective-C serves as the primary programming language for developing applications on both OS X and iOS platforms. As an extension of the C programming language, it offers robust object-oriented features alongside a dynamic runtime environment. The language retains the syntax, basic types, and control flow statements of C, while introducing additional syntax for class and method definitions. Furthermore, it enhances language capabilities with built-in support for managing object graphs and utilizing object literals, allowing for dynamic typing and binding that defers many tasks until runtime. While creating applications for OS X or iOS, developers predominantly engage with objects, which are instances of Objective-C classes; some are provided by frameworks like Cocoa or Cocoa Touch, while others are custom-built by the developer. Ultimately, mastering Objective-C can significantly improve your ability to create sophisticated and efficient applications for Apple’s platforms. -
37
Empress RDBMS
Empress Software
The Empress Embedded Database engine serves as the vital component of the EMPRESS RDBMS, which is a relational database management system that excels in embedded database technology, powering everything from automotive navigation systems to essential military command and control operations, as well as Internet routers and sophisticated medical applications; EMpress consistently operates around the clock at the heart of embedded systems across various industries. One standout feature of Empress is its kernel level mr API, which offers users direct access to the libraries of the Embedded Database kernel, ensuring the quickest way to reach Empress databases. By utilizing MR Routines, developers gain unparalleled control over time and space when creating real-time embedded database applications. Furthermore, the Empress ODBC and JDBC APIs allow applications to interact with Empress databases in both standalone and client/server environments, enabling a variety of third-party software packages that support ODBC and JDBC to easily connect to a local Empress database or through the Empress Connectivity Server. This versatility makes Empress a preferred choice for developers seeking robust and efficient database solutions in embedded systems. -
38
Gideros
Gideros
FreeGideros is an open-source and free framework designed for cross-platform game development, allowing developers to craft high-performance 2D games using the Lua programming language. It streamlines the testing process on actual devices via Wi-Fi, removing the need for time-consuming export or deployment steps. Constructed with C/C++ and OpenGL, Gideros guarantees that games operate at native speeds, maximizing the potential of both CPUs and GPUs. The framework is easily extensible through plugins, which enable developers to incorporate pre-existing code written in C, C++, Java, or Objective-C, and connect it to Lua seamlessly. Gideros features its own class system aligned with standard object-oriented programming conventions, promoting clean, modular, and reusable code. The all-encompassing development environment consists of a lightweight IDE, players compatible with desktops and devices, as well as tools for texture packing and font creation. Gideros is compatible with various platforms, such as Windows, macOS, Linux, iOS, Android, and HTML5, ensuring that developers can reach a broad audience with their games. This versatility makes Gideros an appealing choice for indie developers and small studios aiming to produce engaging gaming experiences. -
39
MySQL stands out as the most widely used open source database globally. Thanks to its established track record in performance, dependability, and user-friendliness, it has emerged as the preferred database for web applications, powering notable platforms such as Facebook, Twitter, and YouTube, alongside the top five websites. Furthermore, MySQL is also highly favored as an embedded database solution, being distributed by numerous independent software vendors and original equipment manufacturers. Its versatility and robust features contribute to its widespread adoption across various industries.
-
40
Objectivity/DB
Objectivity, Inc.
See Pricing Details... 1 RatingObjectivity/DB (or Object Database Management System) is a distributed, highly scalable, high-performance, and highly scalable Object Database (ODBMS). It excels at complex data handling, including many types of connections between objects as well as many variants. Objectivity/DB can also be used as a graph database that is highly scalable and high-performance. Its DO query language allows for standard data retrieval queries and high-performance path-based navigational inquiries. Objectivity/DB is a distributed data base that presents a single logical view of its managed data. Data can be hosted on one machine or distributed over up to 65,000 machines. Machines can be connected to one another. Objectivity/DB can be used on 32- or 64-bit processors that run Windows, Linux, and Mac OS X. APIs are C++, C# Java, Python, and Java. All platforms and languages are interoperable. A C++ program on Linux can store objects and a Java program on Mac OS X can read them. -
41
Suneido
Suneido Software
Suneido™ serves as a comprehensive, all-in-one application platform designed to facilitate the development and deployment of applications without the hassle of merging various products. This platform seamlessly integrates an object-oriented programming language along with client-server relational database management and various application frameworks and components. It also features an integrated development environment (IDE) that enables users to build applications, as well as the necessary client and server components to operate those applications on networks. As an Open Source solution, Suneido is available at no cost and includes the full source code. Our goal is to offer a straightforward, open, and lightweight alternative that boasts industrial strength, standing in contrast to the more intricate, costly, and proprietary application technologies like Visual Basic, Access, FoxPro, Delphi, Oracle, and SQL Server. By prioritizing simplicity and accessibility, Suneido aims to empower developers to create robust applications that can easily adapt to changing needs. -
42
Kinetica
Kinetica
A cloud database that can scale to handle large streaming data sets. Kinetica harnesses modern vectorized processors to perform orders of magnitude faster for real-time spatial or temporal workloads. In real-time, track and gain intelligence from billions upon billions of moving objects. Vectorization unlocks new levels in performance for analytics on spatial or time series data at large scale. You can query and ingest simultaneously to take action on real-time events. Kinetica's lockless architecture allows for distributed ingestion, which means data is always available to be accessed as soon as it arrives. Vectorized processing allows you to do more with fewer resources. More power means simpler data structures which can be stored more efficiently, which in turn allows you to spend less time engineering your data. Vectorized processing allows for incredibly fast analytics and detailed visualizations of moving objects at large scale. -
43
Oracle Berkeley DB
Oracle
Berkeley DB encompasses a suite of embedded key-value database libraries that deliver scalable and high-performance data management functionalities for various applications. Its products utilize straightforward function-call APIs for accessing and managing data efficiently. With Berkeley DB, developers can create tailored data management solutions that bypass the typical complexities linked with custom projects. The library offers a range of reliable building-block technologies that can be adapted to meet diverse application requirements, whether for handheld devices or extensive data centers, catering to both local storage needs and global distribution, handling data volumes that range from kilobytes to petabytes. This versatility makes Berkeley DB a preferred choice for developers looking to implement efficient data solutions. -
44
TaffyDB
TaffyDB
FreeTaffyDB is a JavaScript library that is open source and integrates robust database functionalities into JavaScript applications. With its compact file size, it ensures rapid query performance while offering a data selection engine that is designed with JavaScript in mind. The library provides features akin to traditional databases, such as counting, updating, and inserting records, all while ensuring strong compatibility across different web browsers. Its design allows for easy extension through custom functions and seamless integration with any DOM library, as well as server-side JavaScript environments. Setting up a database is a simple process; users can create an empty database, one with a single object, an array, or even a JSON string. After establishing a database, you can execute queries by invoking the root function and constructing filter objects to refine your search. TaffyDB enables filtering based on database names and object comparisons, facilitating easy data access and dynamic modifications. Additionally, the use of custom functions grants users comprehensive control over query outcomes, enhancing the overall flexibility and power of the library in various applications. This versatility makes TaffyDB an excellent choice for developers seeking to implement database-like capabilities directly in their JavaScript projects. -
45
ITTIA DB
ITTIA
The ITTIA DB suite brings together advanced features for time series, real-time data streaming, and analytics tailored for embedded systems, ultimately streamlining development processes while minimizing expenses. With ITTIA DB IoT, users can access a compact embedded database designed for real-time operations on resource-limited 32-bit microcontrollers (MCUs), while ITTIA DB SQL serves as a robust time-series embedded database that operates efficiently on both single and multicore microprocessors (MPUs). These ITTIA DB offerings empower devices to effectively monitor, process, and retain real-time data. Additionally, the products are specifically engineered to meet the needs of Electronic Control Units (ECUs) within the automotive sector. To ensure data security, ITTIA DB incorporates comprehensive protection mechanisms against unauthorized access, leveraging encryption, authentication, and the DB SEAL feature. Furthermore, ITTIA SDL adheres to the standards set forth by IEC/ISO 62443, reinforcing its commitment to safety. By integrating ITTIA DB, developers can seamlessly collect, process, and enhance incoming real-time data streams through a specialized SDK designed for edge devices, allowing for efficient searching, filtering, joining, and aggregating of data right at the edge. This comprehensive approach not only optimizes performance but also supports the growing demand for real-time data handling in today's technology landscape.