Showing 24 open source projects for "rd-builds"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 1
    Jenkins Docker

    Jenkins Docker

    Docker jenkins repo

    The Jenkins Continuous Integration and Delivery server available on Docker Hub. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. If you bind mount in a volume, you can simply back up that directory (which is jenkins_home) at any time. This is highly recommended. Treat the jenkins_home directory as you would a database, in Docker you would generally put a database on a volume. If your volume is inside a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Spring Data Neo4j

    Spring Data Neo4j

    Provide support to increase developer productivity in Java

    Spring Data Neo4j, part of the larger Spring Data family, provides easy configuration and access to Neo4j Graph Databases from Spring applications. It offers three different levels of abstraction to access the store. The Neo4j client, the Neo4j Template, and the Neo4j Repositories. Spring Data Neo4j offers advanced features to map annotated entity classes to the Neo4j Graph Database. The template programming model is equivalent to other Spring templates and builds the basis for interaction...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Exposed

    Exposed

    Kotlin SQL framework

    ... with very little or no changes in your code. Exposed is currently available for maven/gradle builds at Maven Central.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ibis

    Ibis

    Expressive analytics in Python at any scale

    Ibis is a Python library to help you write expressive analytics at any scale, small to large. Its goal is to simplify analytical workflows and make you more productive. Ibis gives you the benefit of a programming language. You don't need to sacrifice maintainability to get to those insights! Ibis builds on top of and works with existing Python tools. Ibis provides a full-featured replacement for SQL SELECT queries, but expressed with Python code. All tables in Ibis are immutable. To select...
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    FluentMigrator

    FluentMigrator

    Fluent migrations framework for .NET

    Fluent Migrator is a migration framework for .NET much like Ruby on Rails Migrations. Migrations are a structured way to alter your database schema and are an alternative to creating lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database). Database schema changes are described in classes written in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    usql

    usql

    Universal command-line interface for SQL databases

    usql is a universal command-line interface for PostgreSQL, MySQL, Oracle Database, SQLite3, Microsoft SQL Server, and many other databases including NoSQL and non-relational databases! usql provides a simple way to work with SQL and NoSQL databases via a command-line inspired by PostgreSQL's psql. usql supports most of the core psql features, such as variables, backticks, and commands and has additional features that psql does not, such as syntax highlighting, context-based completion, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ConceptBase.cc

    ConceptBase.cc

    A Database System for Metamodeling and Method Engineering

    ConceptBase.cc is a multi-user deductive and object-oriented database system for metamodeling and method engineering. Includes a graphical client that builds upon the logic-based features of the ConceptBase.cc server. The data model is O-Telos. ConceptBase.cc can represent information at the data level (example data, traces of process executions etc.), the class level (schemas, process definitions etc.), the metaclass level (constructs of modeling languages), the meta-metaclass level...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    JVx - Enterprise Application Framework

    JVx - Enterprise Application Framework

    Java Application Framework

    Develop professional database applications, highly performant with little source code. JVx is a full-stack application framework to create multi tier applications with Single Sourcing for different technologies (Swing, vaadin, react, ...). Nightly builds are available: https://dev.sibvisions.com/jvx.nightly/ Maven snapshots are available: https://oss.sonatype.org/content/repositories/snapshots Eclipse plugin is available: http://marketplace.eclipse.org/search/site/eplug
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Santa Kocici

    Santa Kocici

    User friendly file-database GUI

    ČESKY: Program byl původně vytvořen pro Šanta Kočičí o.s. pro evidenci koček a generování formulářů. Program obsluhuje jednoduchou databázi s omezeními uloženou v souboru. Možnost filtrů, generování formulářů podle šablon, exportování tabulky do vlastního formátu. Jednotlivé položky, omezení a editory jdou jednoduše změnit v kódu (1 soubor). Pro dotazy/nahlášení chyb ťukněte na "Discussion" nahoře této stránky, můžete psát česky. ENGLISH: Program originally created for Šanta Kočičí...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mongo JDBC Driver

    A minimal JDBC driver implementation for MongoDB

    This project builds upon the MongoDB Java driver to provide a limited JDBC implementation to allow graphical tools such as SQuirreL SQL Client to visualize and manipulate MongoDB collections and documents. It will accept an SQL-like syntax for CRUD operations, where "tables" represent MongoDB collections, and rows are individual documents within a collection. Each row has two columns (ObjectId and Document).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    This project contains temporal features added to relational database. Temporal operators are provided to the user in the form of JAR. Once the JAR file is included in the user project, the required temporal operators can be invoked using specific parameters. The query builder at the back end analyses these parameters and builds query accordingly. Authors: Ramya N (ramyauv85@gmail.com), Ramyashri M (ramyamoneera@gmail.com), Pooja P (poojaparamesh@gmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a query builder for the Jena TDB, it builds queries to triple store databases.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 14
    SynApp2
    SynApp2 builds feature-packed web applications and versatile PDF reports for MySQL and Oracle Database. The SynApp2 web application generator and MVC framework is written in PHP and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Insomnia is a free website statistics analyzer. It is written with python and javascript and it does not require database management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JspAppWiz is a JSP based RAD tool that builds simple to moderately complex MVC (Model 2) JSP applications. Requires nothing more than some online configuration and selecting database fields and a compatible controls for pages that you design online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    StarSDB is a spatial database system designed for embedded GIS software.It stores spatial data on SQLite database system and builds R* tree spatial index on these spatial data.You can store and make a spatial query in StarSDB as the PostgreSQL/PostGIS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Thin C++ encapsulation library of the original Interbase/Firebird C API. Developed to be simple, efficient and flexible, it builds on Linux, MS Windows and MacOS-X. Provides template-based access to data returned from queries (allows custom data ty
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DB Schema Viewer is an Eclipse plugin that builds a graphical view of an existing database. Reverse Engineering is performed through JDBC. The most popular databases (MySQL, PostgreSQL and Firebird) are currently supported. The UI is build around GEF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This web app builds forplication handles tasks associated with a helpdesk. The program currently uses PHP and MySQL. Users can add, modify, and delete such things as current tasks. A new version is about to be released
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PEAR::DB::OO is an abstraction layer for accessing database tables in an object oriented paradigm. It is targeted at PHP developers, and is written in PHP. It builds on PEAR's procedural database abstraction layer (PEAR::DB) -- see http://pear.php.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eliminate JDBC clutter. The Perseus source generator reads SQL statements and associated in/out parameters from an XML file and builds a Java class for each SQL statement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AQAL makes easy to access data on DBs without know SQL. It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next