Alternatives to Gilhari

Compare Gilhari alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Gilhari in 2026. Compare features, ratings, user reviews, pricing, and more from Gilhari competitors and alternatives in order to make an informed decision for your business.

  • 1
    RaimaDB

    RaimaDB

    Raima

    RaimaDB is an embedded time series database for IoT and Edge devices that can run in-memory. It is an extremely powerful, lightweight and secure RDBMS. Field tested by over 20 000 developers worldwide and has more than 25 000 000 deployments. RaimaDB is a high-performance, cross-platform embedded database designed for mission-critical applications, particularly in the Internet of Things (IoT) and edge computing markets. It offers a small footprint, making it suitable for resource-constrained environments, and supports both in-memory and persistent storage configurations. RaimaDB provides developers with multiple data modeling options, including traditional relational models and direct relationships through network model sets. It ensures data integrity with ACID-compliant transactions and supports various indexing methods such as B+Tree, Hash Table, R-Tree, and AVL-Tree.
    Partner badge
    Compare vs. Gilhari View Software
    Visit Website
  • 2
    Epsagon

    Epsagon

    Epsagon

    Epsagon enables teams to instantly visualize, understand and optimize their microservice architectures. With our unique lightweight auto-instrumentation, gaps in data and manual work associated with other APM solutions are eliminated, providing significant reductions in issue detection, root cause analysis and resolution times. Increase development velocity and reduce application downtime with Epsagon.
    Starting Price: $89 per month
  • 3
    Perst

    Perst

    McObject

    Perst is McObject’s open source, dual license, object-oriented embedded database system (ODBMS). It is available in one edition developed as an all-Java embedded database, and another implemented in C# (for Microsoft .NET Framework applications). Perst gives developers the ability to store, sort, and retrieve objects in their applications with maximum speed and with low memory and storage overhead while leveraging the object-oriented paradigm of Java and C#. In the TestIndex and PolePosition benchmarks, Perst displays one of its strongest features: its significant performance advantage over Java and .NET embedded database alternatives. Perst stores data directly in Java and .NET objects, eliminating the translation required for storage in relational and object-relational databases. This boosts run-time performance. Perst’s core consists of only five thousand lines of code. The small footprint imposes minimal demands on system resources.
    Starting Price: Free
  • 4
    Suneido

    Suneido

    Suneido Software

    Suneido™ is a complete, integrated application platform – a system for developing and deploying applications without the frustrations of integrating multiple different products. Suneido incorporates an object-oriented programming language, client-server relational database software, and application frameworks and components. It includes the integrated development environment (IDE) used to create applications as well as the client and server required to run applications across networks. Suneido is Open Source – it is provided free, with complete source code. Our mission is to provide a simple, open, lightweight, industrial strength alternative to large, complex, expensive, closed application technologies such as Visual Basic, Access, FoxPro, Delphi, Oracle, and SQL Server.
  • 5
    C#

    C#

    Microsoft

    C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
    Starting Price: Free
  • 6
    Webix

    Webix

    Webix

    JavaScript UI library and framework for speeding up web development. JS Framework for cross-platform web Apps development 102 UI widgets and feature-rich CSS / HTML5 JavaScript controls. Save at least 3000+ development hours by using ready-made widgets and UI controls. Develop Web UI 30% faster. We have accumulated the best design ideas. We have meticulously considered UX of each Webix component for five conceptual designs. Our support service specialists know everything about our library and can help you solve any problem. We also have an official support forum where you can discuss issues with our developers. By using Webix JS framework you receive an elegant and lightweight code based on object-oriented programming concepts. Associate your project with jQuery JavaScript library, MVC frameworks AngularJS, React, Vue.js, Backbone.js, third party UI extensions.
  • 7
    Pop PHP Framework

    Pop PHP Framework

    Pop PHP Framework

    Pop PHP is an open source, object-oriented PHP framework with humble beginnings dating back to 2009, where it started as a small library of components. The focus of Pop is to provide a robust set of lightweight tools to assist developers with rapid application development. With a relatively small learning curve, Pop aims to help developers in getting the features they need into their applications so they can be up and running quickly. The Pop PHP Framework contains a group of core components and an additional 30+ components that serve as a toolkit for rapid application development. The framework itself has a base set of core components as well as numerous other additional components to facilitate many of the common features needed for a PHP application. The goal is so that anyone from a novice developer to an advanced programmer can install and start using the Pop PHP Framework quickly and effectively.
    Starting Price: Free
  • 8
    Eiffel

    Eiffel

    Eiffel Software

    Eiffel is the most comprehensive approach to the construction of successful object-oriented software. You spend less on development, debugging, and maintenance. You get the bugs before they get you. You release quality products ahead of your competitors. Easier in every way, understanding, maintenance, reuse, and extension. Eiffel is the only approach that covers analysis, design, implementation, and maintenance in a single framework. Systems developed using Eiffel can be made portable across major industry platforms. Based on a small number of powerful ideas from computer science and software engineering. Products of all phases are recorded in a single document with multiple views. Exists to express the products of the Eiffel Method. Supports features not always available in competing technologies. Exception handling based on software specification (versus ad hoc try/catch). Widely recognized as simultaneously the simplest and most complete implementation of object-oriented concepts.
    Starting Price: Free
  • 9
    Gideros

    Gideros

    Gideros

    Gideros is a free and open-source cross-platform game development framework that enables developers to create high-performance 2D games using the Lua programming language. It offers instant testing on real devices through Wi-Fi, eliminating the need for lengthy export or deployment processes. Built on C/C++ and OpenGL, Gideros ensures that games run at native speed, fully utilizing the power of CPUs and GPUs. The framework supports easy extension through plugins, allowing developers to import existing code in C, C++, Java, or Objective-C and bind it to Lua. Gideros provides its own class system with standard object-oriented programming practices, enabling clean and reusable code. The comprehensive development environment includes a lightweight IDE, players for desktops and devices, a texture packer, and a font creator. Gideros supports multiple platforms, including Windows, macOS, Linux, iOS, Android, and HTML5.
    Starting Price: Free
  • 10
    Component Pascal

    Component Pascal

    Component Pascal

    Component Pascal is a general-purpose language in the tradition of Pascal, Modula-2, and Oberon. Its most important features are block structure, modularity, separate compilation, static typing with strong type checking (also across module boundaries), type extension with methods, dynamic loading of modules, and garbage collection. Type extension makes Component Pascal an object-oriented language. An object is a variable of an abstract data type consisting of private data (its state) and procedures that operate on this data. Abstract data types are declared as extensible records. Component Pascal covers most terms of object-oriented languages by the established vocabulary of imperative languages in order to minimize the number of notions for similar concepts. Complete type safety and the requirement of a dynamic object model make Component Pascal a component-oriented language.
    Starting Price: Free
  • 11
    Oxygene

    Oxygene

    RemObjects Software

    Pascal is more relevant today than ever, and modern Pascal implementations such as Oxygene have a lot to bring to the table. Oxygene is a powerful general-purpose programming language, designed to let developers create all imaginable kinds of projects on a wide variety of platforms. To achieve this, it provides a combination of language features that ease the development processes, from basic object-oriented language concepts found in most modern languages (such as the concept of classes with methods, properties, and events) to sophisticated specialized language features that enable and ease specific development tasks (such as creating safe, multi-threaded applications), many of those unique to Oxygene. All of the provided features are based on the foundation of Object Pascal and stay true to the language design paradigms that make Pascal great, readable, and discoverable. As an object-oriented language, most code written in Oxygene lives in "classes".
    Starting Price: $199 one-time payment
  • 12
    Solver SDK

    Solver SDK

    Frontline Systems

    Use optimization and simulation models in your desktop, Web or mobile application. Use the same high-level objects (like Problem, Solver, Variable and Function), collections, properties and methods across different programming languages. The same object-oriented API is exposed "over the wire" through Web Services WS-* standards to remote clients in PHP, JavaScript, C# and other languages. Procedural languages can use conventional calls that correspond naturally to the properties and methods of the Object-Oriented API. Linear and quadratic programming, mixed-integer programming, smooth nonlinear optimization, global optimization, and non-smooth evolutionary and tabu search are all included. The world's best optimizers, from Gurobi™, XPRESS™ and MOSEK™ for linear, quadratic and conic models to KNITRO™, SQP and GRG methods for nonlinear models "plug into" Solver SDK. Easily create a sparse DoubleMatrix object with 1 million rows and columns.
    Starting Price: $2495 one-time payment
  • 13
    Xojo

    Xojo

    Xojo

    The object-oriented Xojo programming language and cross-platform rapid application development tool let you develop native applications for macOS, Windows, Linux, the web, iOS and Raspberry Pi. User interfaces are quickly and intuitively made with drag and drop and the modern framework supports features like graphics, database servers and internet protocols. Xojo abstracts you from the platform details allowing you to focus your time and energy on what makes your app unique. Xojo is free to use for learning and development.
    Starting Price: $99.00/user
  • 14
    COBOL

    COBOL

    COBOL

    COBOL is a programming language created for businesses. COBOL has been in use much longer than most other programming languages, having been created in 1959. COBOL is a procedural, imperative, and object-oriented programming language.
  • 15
    xSkrape

    xSkrape

    CodeX Enterprises

    Ironically, because we like other ORM products (Dapper, Hibernate, Entity Framework), we saw an opportunity to improve on them. Visit the CodexMicroORM project on GitHub to understand why and how in gory detail: we cover topics such as performance, thread safety, and transparent support for user interfaces such as INotifyPropertyChanged, IDataErrorInfo, dead-simple configuration, service-oriented architecture, interoperability with any pre-existing classes, and more. CodexMicroORM (aka CEF) is free, and available under the Apache 2.0 license. Being built on a pluggable architecture, watch for paid optional extensions and tools including a pure object-oriented database, removing the need to worry about "object-relational mapping" at all - leading to the simplified design and excellent in-memory performance. We'll be presenting deep-dive details in our blog. Even if you don't plan on using CEF, we'll be covering interesting data-related topics, so sign-up to get notifications.
    Starting Price: $2.49 per month
  • 16
    HyperGraphDB

    HyperGraphDB

    Kobrix Software

    HyperGraphDB is a general purpose, open-source data storage mechanism based on a powerful knowledge management formalism known as directed hypergraphs. 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. Each atom has an arbitrary, strongly-typed value associated with it. The type system managing those values is embedded as a hypergraph and customizable from the ground up.
  • 17
    CherryPy

    CherryPy

    CherryPy

    CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old, and it has proven to be fast and reliable. It is being used in production by many sites, from the simplest to the most demanding. In order to make the most of CherryPy, you should start with the tutorials that will lead you through the most common aspects of the framework. Once done, you will probably want to browse through the basics and advanced sections that will demonstrate how to implement certain operations. Finally, you will want to carefully read the configuration and extend sections that go in-depth regarding the powerful features provided by the framework.
  • 18
    Reengen Energy IoT Platform
    Get ready for a new era in Industrial IoT! Improve efficiency, sustainability, quality and safety across your enterprise with real-time actionable intelligence. Seamlessly and vendor agnostically collect any energy or operation-related data from any data source. Utilize object-oriented data models within the NoSQL data management tools, get far better performance in time-series data storage. Monitor, configure and manage thousands of sensors and gateways at the field, automate rules and check sensor health. Utilize cloud-based powerful analytical tools for operationalizing your data, turning it into actionable intelligence. Develop your own app or use tens of pre-built energy applications for your organization’s specific needs. Virtual energy management service ensures for you to take the right decision, in the right time, resulting in right action for maximizing the value proposition.
    Starting Price: $9 per month
  • 19
    Lua

    Lua

    Lua Language

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration of other scripting languages. Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages. Lua is fast not only in fine-tuned benchmark programs, but in real life too. Substantial fractions of large applications have been written in Lua.
    Starting Price: Free
  • 20
    webCOMAND

    webCOMAND

    COMAND Systems

    Build models with object-oriented inheritance, hierarchies, custom validations, methods and code. Filter by folder, variant, workflow state and revision, with full keyword search, SQL functions, and expressions. Deliver content in JSON format for any front-end framework: React, Angular, Vue.js, jQuery, Vanilla JS. Create and format multi-channel content with approved visual styles, no markdown or coding is required. Coordinate with teammates with live as-you-type updates, field-level locks, team roles, and custom validations. Customize content per locale, channel, market segment, behavior or anything you can think of. On-boarding, training, support and development services jump-start your project and streamline development. Cloud hosting and storage, 24/7/365 monitoring, an SLA and compliance services means you can rest assured. Clear pricing, flat monthly fees. Pick the best plan as you grow, with no unexpected charges.
    Starting Price: $50.00/month/user
  • 21
    MindSpore

    MindSpore

    MindSpore

    ​MindSpore is an open source deep learning framework developed by Huawei, designed to facilitate easy development, efficient execution, and deployment across cloud, edge, and device environments. It supports multiple programming paradigms, including both object-oriented and functional programming, allowing users to define AI networks using native Python syntax. MindSpore offers a unified programming experience that seamlessly integrates dynamic and static graphs, enhancing compatibility and performance. It is optimized for various hardware platforms, including CPUs, GPUs, and NPUs, and is particularly well-suited for Huawei's Ascend AI processors. MindSpore's architecture comprises four layers, the model layer, MindExpression (ME) for AI model development, MindCompiler for optimization, and the runtime layer supporting device-edge-cloud collaboration. Additionally, MindSpore provides a rich ecosystem of domain-specific toolkits and extension packages, such as MindSpore NLP.
    Starting Price: Free
  • 22
    E3.series
    A comprehensive electrical and fluid planning software environment for advanced requirements. E3.series is a true concurrent electrical engineering environment supporting advanced requirements for electrical documentation, cabinet and wire harness design and manufacturing outputs. E3.series facilitates an efficient and accurate design and manufacturing process for electrical and fluid planning, cable planning, and wire harness and cabinet layout. Its object-oriented architecture provides an integrated and consistent design approach to help eliminate errors, improve quality and reduce design time. Consistency of all design phases through object orientation. Powerful automated operations and electrical checks. Comprehensive outputs for manufacturing and documentation. Native format library and design data management. Circuit diagrams, connection lists, layout plans and reports always up-to-date and synchronized.
    Starting Price: £80/€90/CHF110 per month
  • 23
    Synergy DBL

    Synergy DBL

    Synergex

    Synergy DBL is a proven, ANSI-standard business language with class libraries, a high-performance database, and .NET interoperability at the heart of the Synergy/DE product suite. Flexible and reliable, it gives you the power to create scalable, portable enterprise applications and supports both object-oriented and structured programming techniques. Synergy DBL comes in two forms: traditional Synergy DBL and Synergy DBL for .NET. Traditional Synergy DBL supports numerous open technologies (including XML, HTTPS, SSL, and ActiveX) that allow you to interface with third-party applications and data. The multi-pass Synergy DBL compiler supports strong prototyping and other strict error-detection features. Synergy DBL for .NET enables you to create Synergy libraries and applications that run natively in the .NET framework, then extend your applications by taking advantage of .NET Framework libraries and third-party controls and interoperating with applications written in other languages.
    Starting Price: Free
  • 24
    Julia

    Julia

    Julia

    Julia was designed from the beginning for high performance. Julia programs compile to efficient native code for multiple platforms via LLVM. Julia uses multiple dispatch as a paradigm, making it easy to express many object-oriented and functional programming patterns. The talk on the Unreasonable Effectiveness of Multiple Dispatch explains why it works so well. Julia is dynamically typed, feels like a scripting language, and has good support for interactive use. Julia provides asynchronous I/O, metaprogramming, debugging, logging, profiling, a package manager, and more. One can build entire Applications and Microservices in Julia. Julia is an open source project with over 1,000 contributors. It is made available under the MIT license.
    Starting Price: Free
  • 25
    BigFish

    BigFish

    Solveda

    BigFish is a world-class E-commerce layer that runs on the OFBiz open source project, which serves as the foundation for thousands of E-commerce and ERP solutions. BigFish demonstrates the true power of OFBiz by further extending, enhancing and simplifying OFBiz to create a complete ERP along with the multi-channel retail solution. Simple, object-oriented, robust, and secure, BigFish is feature-rich and created to be driven by your business and not your IT. BigFish comes packed with all the features required to quickly build a revenue-generating website. A framework with will all the necessary functionality to start generating revenue online. That can be customized to add additional functionality if desired. Powerful business tooling via the BigFish Admin Module, which provides an easy-to-use interface to manage all the daily tasks that are critical to the success of any eCommerce implementation.
  • 26
    rqlite

    rqlite

    rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite. Fault tolerance and high availability with zero hassle. rqlite is a distributed relational database that combines the simplicity of SQLite with the robustness of a fault-tolerant, highly available system. It's developer-friendly, its operation is straightforward, and it's designed for reliability with minimal complexity. Deploy in seconds, with no complex configurations. Seamlessly integrates with modern cloud infrastructures. Built on SQLite, the world’s most popular database. Supports full-text search, Vector Search, and JSON documents. Access controls and encryption for secure deployments. Rigorous, automated testing ensures high quality. Clustering provides high availability and fault tolerance. Automatic node discovery simplifies clustering.
  • 27
    Objective-C

    Objective-C

    Objective-C

    Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime. When building apps for OS X or iOS, you’ll spend most of your time working with objects. Those objects are instances of Objective-C classes, some of which are provided for you by Cocoa or Cocoa Touch and some of which you’ll write yourself.
  • 28
    IndexedDB

    IndexedDB

    Mozilla

    ​IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. 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. Like most web storage solutions, IndexedDB follows the same-origin policy.
    Starting Price: Free
  • 29
    CourseLab

    CourseLab

    WebSoft

    CourseLab is a powerful, yet easy-to-use, e-Learning authoring tool that offers a programming-free WYSIWYG environment for creating high-quality interactive e-Learning content that can be published on the Internet, Learning Management Systems (LMS), CD-ROMs and other devices. Unicode support - use any font and encoding supported by the Windows® operating system, including double-byte character sets. Object-oriented model allows constructing e-Learning content of almost any complexity just as easy as you put together building blocks.
  • 30
    IVRESS

    IVRESS

    Advanced Science & Automation

    IVRESS is a simulation software product that offers users an integrated virtual reality environment. It's an object-oriented VR toolkit that's designed to enable developers to create immersive interactive worlds. While this might sound like a lofty goal, IVRESS comes with an extensive library of prebuilt objects that can make this a much easier task. Convenient selection and manipulation tools give users the freedom to select any spatial and planar areas they wish. Photorealistic rendering features like texture mapping and transparency make it possible to model fairly realistic scenes. Once you've finished building a VR environment with IVRESS, you can use the spatial navigation control to fly through the scene. This means you'll be able to view models from every side. R&D teams that modeled scenes in older software can import VRML 97 and PLTO3D objects instantly.
  • 31
    Realm

    Realm

    Realm DB

    ​Realm is a mobile-first, open source object database designed to run directly inside phones, tablets, and wearables. It provides a simple, object-oriented data model that eliminates the need for an ORM, allowing developers to define models as regular classes in languages like Swift, Java, Kotlin, C#, JavaScript, Dart, and C++. Realm's architecture ensures high performance and low memory usage by employing a zero-copy design, lazy loading, and multi-version concurrency control (MVCC) for thread-safe operations. It's live objects and collections automatically update across threads, enabling reactive programming patterns. Realm supports relationships between objects via links and backlinks, facilitating complex data structures. Developers can utilize tools like Realm Studio to inspect and manipulate local Realm databases and integrate Realm into various platforms, including React Native, Flutter, Xamarin, and Node.js.
    Starting Price: Free
  • 32
    FactoryTalk Design Studio

    FactoryTalk Design Studio

    Rockwell Automation

    Maximize your productivity with cloud-native, software-defined industrial automation design. Introducing FactoryTalk® Design Studio™, a cloud-native software product focused on system design, built from the ground up to be available anytime, anywhere. Starting with ControlLogix® and CompactLogix™ controller development, FactoryTalk Design Studio is advancing the goal of integrating modern software development practices with tried-and-true industrial automation workflows, enabling teams to work more efficiently to create the next generation of automation systems. Rockwell Automation is blending modern software development practices with comfortable industrial automation workflows to empower the creation of a new generation of industrial automation systems. Enhanced modular design allows developers to create and maintain projects more easily with object-oriented programming concepts.
  • 33
    Java

    Java

    Oracle

    The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
  • 34
    ABAP

    ABAP

    SAP PRESS

    ABAP (Advanced Business Application Programming) is SAP’s proprietary fourth‑generation programming language, purpose‑built for mass data processing in SAP business applications. Utilized within SAP NetWeaver, it enables companies running SAP ERP and S/4 HANA to tailor systems precisely to their needs. ABAP is a multi‑paradigm language that supports procedural, object‑oriented, and other programming styles. It can seamlessly interoperate with languages such as Java, JavaScript, and SAPUI5. ABAP embraced object orientation with release 4.6C (2000) and saw even greater efficiency gains in ABAP 7.4/7.5, cutting code length by up to 50% via richer syntax, enhanced Open SQL, ABAP Managed Database Procedures, and Core Data Services (CDS) Views. The arrival of SAP HANA in 2011 shifted much processing into the in‑memory database layer, enabling real‑time operations and unlocking powerful new programming possibilities.
  • 35
    DOCUframe

    DOCUframe

    GSD Software

    The flexible ECM system DOCUframe - your integrated information and communication platform. DOCUframe: Intelligent support in CRM, groupware, document management and more! As an intelligent information and communication platform, the ECM system DOCUframe supports you in the areas of document management, CRM, groupware and merchandise management. Thanks to the integrated development environment, users are able to adapt the software to the individual processes of their company themselves after appropriate training. The information and communication center in your integrated complete solution. Address management (prospects, customers, suppliers, manufacturers, employees, etc.). Contact person management (AP for each address). Contact management / CRM functionalities. Document archive (archiving of all documents and formats). Product management (product data e.g. merchandise management or web shop connection). Object-oriented database.
  • 36
    BoxLang

    BoxLang

    BoxLang

    BoxLang is a modern, dynamically and loosely typed scripting language for the Java Virtual Machine (JVM) that supports Object-Oriented (OO) and Functional Programming (FP) constructs. It can be deployed on multiple platforms and all operating systems, web servers, Java application servers, AWS Lambda, WebAssembly, and more. BoxLang combines many features from different programming languages to provide developers with a modern, fluent, and expressive syntax. BoxLang has been designed to be a highly modular and dynamic language that takes advantage of all the modern features of the JVM. It is dynamically typed, which means there's no need to declare types. It can perform type inference, auto-casting, and promotions between different types. The language adjusts to its deployed runtime and can add, remove, or modify methods and properties at runtime.
  • 37
    Webgenz CMS
    Webgenz CMS is a powerful, practical solution for front-end web development. Designed for professional and corporate developers, Webgenz CMS increases productivity by maximizing reuse. A full-featured macro language allows modular and object-oriented coding techniques to be applied to HTML. Webgenz CMS makes your front-end development more efficient and predictable, while ensuring site-wide consistency and the separation of presentation from content. Use it stand-alone or add it to an existing site management infrastructure. Either way, Webgenz CMS instantly accelerates your development project. Real value. Affordable price. Code reuse increases productivity and site-wide consistency. Webgenz CMS provides a full-featured macro language that enables you to reuse any element of code, from document templates to link definitions and everything in between. Webgenz CMS allows you to define and manage document structure, presentation, and content independently.
  • 38
    Ring

    Ring

    Ring

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are imperative, procedural, object-oriented, declarative using nested structures, functional, meta programming and natural programming. The language is portable (Windows, Linux, macOS, Android, WebAssembly, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be simple, small and flexible. The language is simple, trying to be natural, encourage organization and comes with transparent and visual implementation. It comes with compact syntax and a group of features that enable the programmer to create natural interfaces and declarative domain-specific languages in a fraction of time. It is very small, flexible and comes with smart garbage collector that puts the memory under the programmer control. It supports many programming paradigms, comes with useful and practical libraries.
    Starting Price: Free
  • 39
    Scala

    Scala

    Scala

    Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. The Scala compiler is smart about static types. Most of the time, you need not tell it the types of your variables. Instead, its powerful type inference will figure them out for you. In Scala, case classes are used to represent structural data types. They implicitly equip the class with meaningful toString, equals and hashCode methods, as well as the ability to be deconstructed with pattern matching. In Scala, functions are values, and can be defined as anonymous functions with a concise syntax.
    Starting Price: Free
  • 40
    Anytype

    Anytype

    Any Association

    Anytype is a no-code, all-in-one app that respects user privacy and data ownership. Anyone can use Anytype to build a space - a safe place for your notes, documents, tasks, project planners, databases, and more. Anytype uses an object-oriented approach towards data management, wherein any unit of data can be linked to any other unit in a graph format. Our community loves us for the elegant interface and focus on data sovereignty. The software ensures full encryption of data and does not rely on a central server. It provides an option for peer-to-peer direct data transfer, helping users exchange data without exposing it to intermediaries. The software uses local memory to store data so the users can use it without any upload limits.
  • 41
    ArCADia BIM

    ArCADia BIM

    ArCADiasoft

    ArCADia is attractively priced, specialized software for the construction industry (ArCADia BIM system) – our programs support the work of construction and installation engineers (AEC) as well as architects and contractors. It allows for the creation of an almost complete digital model of the building with all the installations (water, sewage, electricity, gas, etc) as well as its surroundings. The programs offer collision analysis, calculations, merging of documents, .dwg, IFC, in program libraries and rendering, Support BIM technology, object-oriented architectural design. Ready-made architectural elements: multilayer walls, stairs, bases, columns, chimneys, windows and doors. Comparing and merging documents. Automatic floor entry, support for Teriva ceiling design. Drawing of flat and spatial technical documentation and its writing to the native DWG format characteristic of most CAD applications.
    Starting Price: $1060/one-time
  • 42
    ProTA

    ProTA

    ProTA

    Sophisticated, industry-standard analysis tools are at your fingertips. For the beginner, more than 100 indicators, line studies, smartlists, chart templates and trading systems are built right into ProTA's one-click browser. For seasoned traders, ProTAscript provides the ultimate flexibility to author your own screens, analytics and trading systems. ProTA was designed from the ground up to take full advantage of the elegant Apple interfaces. A combination of modern programming techniques, compliant interface design, and close attention to our customers’ feedback has resulted in software truly representing the state-of-the-art in Apple- based investment software. Object-oriented charting interface offers easy point-and-click, intuitive control and total customization.
    Starting Price: $99 per year
  • 43
    Virtuoso

    Virtuoso

    OpenLink Software

    Virtuoso Universal Server is a modern platform built on existing open standards that harnesses the power of Hyperlinks ( functioning as Super Keys ) for breaking down data silos that impede both user and enterprise ability. Using Virtuoso, you can easily generate financial profile knowledge graphs from near real time financial activity that reduce the cost and complexity associated with detecting fraudent activity patterns. Courtesy of its high-performance, secure, and scalable dbms engine, you can use intelligent reasoning and inference to harmonize fragmented identities using personally identifying attributes such as email addresses, phone numbers, social-security numbers, drivers licenses, etc. for building fraud detection solutions. Virtuoso helps you build powerful solutions applications driven by knowledge graphs derived from a variety of life sciences oriented data sources.
    Starting Price: $42 per month
  • 44
    Plant IT

    Plant IT

    ProLeiT

    For more than 30 years, our modular process control system Plant iT has been used successfully for production plants of the process industry in the areas of automation, information and control technology. From operating data acquisition, process control technology, liquid handling and batch systems to functions for complete, location-independent production management (MES) and integration of ERP, LIMS and maintenance systems – all these processes can be continuously controlled and monitored using Plant iT. All basic Plant iT systems have a central engineering environment with a shared database and an integrated parameterization interface. All the modules can be optionally combined with the basic systems, ensuring that the appropriate Plant iT system can be implemented and extended easily according to the industry and production method. Plant iT is an object-oriented and PLC-based process control system with integrated MES functionality developed by ProLeiT GmbH.
    Starting Price: $2200 one-time payment
  • 45
    ElysianNxt

    ElysianNxt

    ElysianNxt

    The .NXT Platform by ElysianNxt is a next-generation risk management solution designed to empower organizations in the rapidly evolving regulatory market. Built from the ground up, it leverages modern technologies such as data streaming, targeted scalability, microservices architecture, polyglot architecture, and open source adoption to transform traditional batch-oriented processes into near real-time operations. This integrated risk platform offers comprehensive scenario analysis and can be deployed on-premise or as a SaaS solution, providing unparalleled operational resilience and real-time data processing. Its microservices architecture ensures high availability and fault tolerance, while the database-agnostic design offers flexibility and adaptability across various systems. The platform's embedded simulation framework allows users to run stress tests across all risk types without requiring separate environments, enabling limitless simulations.
  • 46
    Visual Basic

    Visual Basic

    Microsoft

    Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps. Visual Basic focuses on supplying more of the features of the Visual Basic Runtime (microsoft.visualbasic.dll) to .NET Core and is the first version of Visual Basic focused on .NET Core. Many portions of the Visual Basic Runtime depend on WinForms and these will be added in a later version of Visual Basic. .NET is a free, open-source development platform for building many kinds of apps. With .NET, your code and project files look and feel the same no matter which type of app you're building. You have access to the same runtime, API, and language capabilities with each app. A Visual Basic program is built up from standard building blocks. A solution comprises one or more projects. A project in turn can contain one or more assemblies. Each assembly is compiled from one or more source files.
    Starting Price: Free
  • 47
    Artelys Knitro
    Artelys Knitro is a leading solver for large-scale nonlinear optimization problems, offering a suite of advanced algorithms and features to address complex challenges across various industries. It provides four state-of-the-art algorithms: two interior-point/barrier methods and two active-set/sequential quadratic programming methods, enabling efficient and robust solutions for a wide range of optimization problems. Additionally, Knitro includes three algorithms specifically designed for mixed-integer nonlinear programming, incorporating heuristics, cutting planes, and branching rules to effectively handle discrete variables. Key features of Knitro encompass parallel multi-start capabilities for global optimization, automatic and parallel tuning of option settings, and smart initialization strategies for rapid infeasibility detection. The solver supports various interfaces, including object-oriented APIs for C++, C#, Java, and Python.
  • 48
    bugfree.ai

    bugfree.ai

    bugfree.ai

    bugfree.ai is an advanced AI-powered platform designed to help software engineers master system design and behavioral interviews. Whether you’re preparing for your first interview or aiming to elevate your skills, Bugfree.ai provides a robust toolkit tailored to your needs. Key Features 150+ System Design Questions: Master challenges across all difficulty levels and problem types, including 30+ Object-Oriented Design and 20+ Machine Learning Design problems. Targeted Practice: Sharpen your skills with focused exercises tailored to real-world interview scenarios. In-Depth Feedback: Get instant, detailed evaluations to refine your approach and level up your solutions. Expert Guidance: Dive deep into walkthroughs of all system design solutions like Design Twitter, TinyURL, and Task Schedulers. Learning Materials: Access comprehensive guides, cheat sheets, and tutorials to deepen your understanding of system design concepts, from beginner to advanced.
    Starting Price: $19.99/Monthly
  • 49
    RabbitMQ

    RabbitMQ

    RabbitMQ

    RabbitMQ is lightweight and easy to deploy on-premises and in the cloud. It supports multiple messaging protocols. RabbitMQ can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements. With tens of thousands of users, RabbitMQ is one of the most popular open-source message brokers. From T-Mobile to Runtastic, RabbitMQ is used worldwide at small startups and large enterprises. RabbitMQ is lightweight and easy to deploy on-premises and in the cloud. It supports multiple messaging protocols. RabbitMQ can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements. RabbitMQ runs on many operating systems and cloud environments and provides a wide range of developer tools for most popular languages. Deploy with Kubernetes, BOSH, Chef, Docker and Puppet. Develop cross-language messaging with favorite programming languages such as Java, .NET, PHP, Python, JavaScript, Ruby, Go, etc.
  • 50
    Martini

    Martini

    TORO Cloud

    Join the growing community of integration ninjas using Martini™ to integrate faster. Gloop eliminates the grunt work required when creating services for application and data integration, building APIs, and managing data. Gloop makes it easy to perform common development tasks such as mapping and transforming data, iterating over arrays, executing if-else and switch-case logic, invoking external code, running jobs in parallel, and so much more. Flux is Martini’s event based workflow engine for managing asynchronous workflows and event based triggers of Gloop microservices. With Flux you can invoke Gloop microservices sequentially, passing the output of one to the other, and/or in parallel, and Flux will maintain the state of each execution for you. Flux workflows are created visually by dragging Flux states onto a canvas and selecting the Gloop microservice you would like executed when the state is invoked.
    Starting Price: $500 per month