Showing 32 open source projects for "marble-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.
  • Gradelink Student Information System Icon
    Gradelink Student Information System

    Elementary, Middle and High Schools, K-8, K-12, Private, Charter, College Departments and Trade/Technical Schools

    Help your school save time, increase enrollment, and achieve its mission with Gradelink. An award-winning student information system and school management system, Gradelink school management software system is suitable for Preschool through High school. Gradelink is a great fit for higher education and for small colleges. Gradelink combines school management, teaching, and learning tools to help schools perform their best. Top features include attendance management, report cards, classes and scheduling, standards-grading system, communications, student information, and student/parent access. Lesson plans, grade sheets, parent communication and custom reports all work together in perfect unison. Gradelink is ideal for K8 schools, private schools and Charter schools.
  • 1
    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
  • 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: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • The CalAmp Telematics Cloud is a dependable secure platform that is the solid foundation for your telematics needs. Icon
    Optimize Your Fleet Management. Track All Your Assets. Seamlessly Leverage IoT Data Into Your Processes.
  • 5
    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
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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: 2 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čí o.s....
    Downloads: 0 This Week
    Last Update:
    See Project
  • TicketSearch is a complete event ticketing, box office management, CRM, and fundraising solution Icon
    TicketSearch is a complete event ticketing, box office management, CRM, and fundraising solution

    For companies looking for a powerful ticketing and event management platform

    Whether you're big or small, run workshops, music gigs, theatre productions, sports events, trade shows and conferences, or even general activities, we've got your ticketing needs covered.
  • 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( select_details, function( err, rows...
    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: 0 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
    EffiDB
    Portable C++ RDBMS client library. Provides C++ API and isolates application from low-level DB interactions. Manages database connections, builds and executes SQL statements, parses query results, etc. MySQL, MSSQL, Oracle, SQLite drivers available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a query builder for the Jena TDB, it builds queries to triple store databases.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    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: 2 This Week
    Last Update:
    See Project
  • 21
    Generator builds C++ classes for mysql db, tables, rows and relations. Takes only minutes. One line of code creates a database object, with accessors for all the tables, set/get values for fields, and functions to traverse relationships on 1 line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 0 This Week
    Last Update:
    See Project
  • 23
    phpCodeGenie is a code writer/generator for PHP/MySQL applications. It builds numerous forms and scripts, from your databsae tables. Just design your database and let phpCodeGenie do the coding for you.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Builds and manages a relational (SQL) database of digital music files (typically MP3's, although not necessarily). Storing music in a SQL database makes it possible to easily build interesting playlists. All-in-one CD-to-MP3 interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mirage implements an complete 100% transparent Object Relational mapping for Java. It builds the database schema incrementally, to support incremental development and refactoring as it happens in Extreme Programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next