Showing 662 open source projects for "data driven"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    RUM HTML UI

    RUM HTML UI

    Simple, decomplected, isomorphic HTML UI library for Clojure

    Rum is a simple, “decomplected” HTML UI library that works on both the client and server, giving Clojure/ClojureScript developers a unified way to build interfaces. On the client, it functions as a thin React wrapper in ClojureScript, exposing familiar component patterns with idiomatic data-driven code. On the server, it generates static HTML from Clojure so the same component concepts can render outside the browser. The library emphasizes control over state and rendering rather than magic, making it suitable for complex single-page apps that still require server-side rendering or templating. The maintainer notes the project is in “support mode,” but it remains a practical, well-documented approach to isomorphic UIs in the Clojure ecosystem. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Human Understandable Computing
    This project aims to to promote open, safe, collaborative and intuitive programming models. It focuses on developing software tools that are written in scripting languages and driven by human understandable text, graphics and multimedia data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Flight

    Flight

    A component-based, event-driven JavaScript framework from Twitter

    Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications. By way of example, we've included a simple email client demo (browse the source) built over the Flight framework. There's also a flight implementation over on the todoMVC site. Flight uses jQuery and requires a module loader with support for AMD, like WebPack or Require.js. Please read the Flight documentation for installation instructions. Flight is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Framework for creating data driven web applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    BADAM gamebook engine

    BADAM gamebook engine

    Simple data driven web based gamebook engine using javascript.

    BADAM is a simple data driven gamebook engine written in javascript. The project includes a data format for representing the various game elements ( scenes, objects,events and interaction between objects), a simple in-built script and a library which provides functions to manipulate the game elements. Also included is part of a sample game ( to demonstrate the engine features ) and a hyperlink driven interpreter built on top of the core library functions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    as3delaunay

    as3delaunay

    Delaunay triangulation and Voronoi diagram for Flash Builder 4 project

    ...The library enables users to generate Voronoi diagrams from a set of input points, allowing applications such as procedural map generation, image segmentation, and spatial partitioning. By handling complex geometric relationships automatically, it simplifies the process of building interactive or data-driven visualizations. The project emphasizes performance and mathematical accuracy while maintaining readability for developers working in ActionScript. Its codebase serves as a reliable foundation for anyone implementing geometry-based algorithms or graphical systems within AS3 projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    Java Application Framework For All

    JAFFA is a Rich Web 2.0 POJO based Event-Driven SOA framework

    An Enterprise Focused Java Framework For Rapid Application Development. JAFFA is a Java web application development stack, build around Web 2.0 technologies (ExtJS, DWR, JAWR) with an extensive service architecture, meta-data layer and rules engine (based on JBoss AOP and Drools). It provides an event driven SOA infrastructure with advanced scheduling and queue sub-systems
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    MMOAP

    MMOAP

    Gather data about your SQL servers using DTSX with easy custom SQL!

    ...Once MMOAP is setup, you never have to modify the dtsx package. Commands and Alerts are dynamic, driven by SQL that is stored in tables that you can change any time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    ...Basic Spring Architecture: Provides all the basic components needed to field an enterprise-level application. 2. Programmatic Security Model: Incorporates the components needed to dynamically assign users to user roles and user roles to profiles. 3. Meta-Driven Architecture: Use meta-data to dynamically configure 80%-90% of the application using the concepts exemplified in the Compiere open source project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PL/SQL Starter Framework

    PL/SQL Starter Framework

    A boost or headstart to your PL/SQL development

    !!! NOTE !!! The latest file upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications. It only offers logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers). In order to access the simplified framework, click "Browse All Files" and choose the plsqlfmwksimplet folder, then the 2.1 folder. Download Simple.zip. The full framework...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Spock Example

    Spock Example

    Spock example specifications along with ready-to-go Gradle builds

    The Spock Example project is a reference repository demonstrating how to set up and use the Spock testing framework with Gradle or Maven. It includes sample Specification classes that illustrate key Spock features—given/when/then style, data-driven testing, mocking/stubbing, and interaction verification. The examples show how to integrate Spock into typical Java/Groovy projects, how to run tests inside IDEs like Eclipse or IntelliJ, and how to align build scripts with Spock’s dependencies. It serves as a learning aid for developers new to Spock or wanting to adopt its expressive syntax in real-world projects. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GeoKettle
    GeoKettle is a powerful, metadata-driven spatial ETL (Extract, Transform and Load) tool dedicated to the integration of different data sources for building and updating geospatial databases, data warehouses and services.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14
    PHP driven HTML objects for forming syntatically correct HTML pages. HTMLObjects are designed to be easy to impliment, simple and extensible. Designed for PHP5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Apache Kafka

    Apache Kafka

    Mirror of Apache Kafka

    ...Kafka Streams and Kafka Connect extend the core: Streams provides a library for stateful stream processing within applications, while Connect standardizes integration with external systems. With horizontal scalability, strong ordering guarantees within partitions, and mature tooling, Kafka serves as the backbone for event-driven architectures across analytics, microservices, and data integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An MDA(model driven architecture) tool to generate a complete web / mobile app from a UML model. Will generate high quality , best practices compliant code from UML model for all tiers of an enterprise application i.e. presentation, persistence, plumbing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Open Source Business Library integrates well known open source components like JBoss, Hibernate, Spring and WingS into an application development platform for data centric and process-driven web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AMOn+: Cultural Variations in IPC
    We present Activity Model Ontology(AMOn+)which is developed by an international and multi-disciplinary team using a theory-driven approach to conceptualise cultural variations in interpersonal communication for augmenting user-generated content. Specifically we have utilised established theories on culture to provide base knowledge structure to the conceptualization. For extending the base structure and to achieve more concrete conceptualization, we have utilized DBpedia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Framework for developing web-based applications (CMS, portals, ERPs etc.) It includes multilanguage support, permits management, MVC mini framework, package structure, template engine, javascript library, simple GUI library, caching system, captcha.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    ZFS Manager

    ZFS Manager is a menu driven utility for managing ZFS Filesystems

    ZFS Manager is a menu driven utility for managing ZFS Filesystems written in python. Features include: Creating/Deleting/Managing ZPOOLs Creating/Deleting/Managing Datasets Creating/Deleting/Managing Snapshots Creating/Removing ZILs/Cache Drives Managing ZFS Options (compression, NFS) Creating/Deleting/Managing ZFS Filesystems Future Features: ZFS Replication Requirements: Python 2.x, ZFS Filesystem Obligatory Warning: I am not responsible for lost/corrupted data due to the usage of this product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PDI Data Vault framework

    Data Vault loading automation using Pentaho Data Integration.

    A metadata driven 'tool' to automate loading a designed Data Vault. It consists of a set of Pentaho Data Integration and database objects. Thel Virtual Machine (VMware) is a 64 bit Ubuntu Server 14.04, with MySQL (Percona Server) and PostgreSQL 9.4 as the database flavours and PDI version 5.2 CE. NB: Directory version_2.4 contains the most recent Virtual Machine.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    A reverse engineering, metamodel driven tool that scans PHP files and directories, and delivers an UML/XMI representation of the classes / packages found. The XMI code that it generates can be imported into any UML modeling tool. It is available on PEAR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    POIRE

    POIRE

    Its a Microsoft Ms-office files(Excel, Word, Powerpoint) handling with

    ...This API will support all the excel formats like .xls and .xlsx with the help of the NPOIFSFileSystem & OPCPackage classes in the POI. with these classes the reading and writing into excel file would be faster. These methods are mainly useful for the Automation testing if you want to read the data from the Excel on different sheets. These methods will helpful while making any automation framework(Data driven & Hybride) with the Test data as Excel. These Methods will be helpful in development when ever it require to read/write the data from the excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    OneLineOfCode.NET

    Popular .Net functions in one line of code

    Years of projects and code re-use have driven me to create a DLL that can perform many common tasks in a single line of code. From image thumbnail creation to getting data from many different types of databases to retrieving how many cpus are installed in your PC. just a few examples: //read text file contents string data = OLC.IO.ReadTextFile(filepath); //generate a strong random password string randPass = OLC.Randomizer.Instance.GeneratePasswords(1, 10, true, true, true, true)[0]; //get the ip and mac of my system string myip = OLC.Net.GetSystemIPAddress(); string mymac = OLC.Net.GetMacAddress(myip); //object serialization and deserialization OLC.Obj.PutToFile(@"c:\myfile.dat", myobj); object outobj = null; OLC.Obj.GetFromFile((@"c:\myfile.dat", out outobj); //launch a process and get the results from std output string results = OLC.Proc.StartProcessWithResult("arp","-a"); //etc.etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpKey Personal Edition

    OpKey Personal Edition

    The Tool Agnostic Test Automation Platform

    It is not easy to find a perfect combination of open source automation tool and a free enterprise grade automation framework on top it. You can have this combination working for you when you use OpKey Personal Edition - The Tool Agnostic Test Automation Platform with Selenium RC(OpKey 1.0) and Selenium WebDriver(OpKey 2.0)- The most popular open source tool. And good news is - its FREE! So download it and start automating from day 1. Have Questions? Mail us at...
    Downloads: 0 This Week
    Last Update:
    See Project