Showing 51 open source projects for "schema"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 1
    GeoTools, the Java GIS toolkit

    GeoTools, the Java GIS toolkit

    Toolkit for working with and mapping geospatial data

    GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications.
    Leader badge
    Downloads: 349 This Week
    Last Update:
    See Project
  • 2
    MiluDBViewer

    MiluDBViewer

    free DB GUI Tool

    Last Release: 2024/03/26 ver0.4.0_jdk22 ** Checked DB(MiluDBViewer0.4.0_jdk22)** Cassandra 4.1.4 MySQL 8.0.36 Oracle Database 23c Free PostgreSQL 14.11 SQLite 3.45.1 Microsoft SQLServer 2017 MongoDB 3.6.5 ** Checked DB(MiluDBViewer0.3.9_jdk21 )** Cassandra 3.9.0 MySQL 5.7.20/8.0.11 Oracle 12c Release2/11g Release2 PostgreSQL 10.4/10.1 SQLite 3.23.1 Microsoft SQLServer 2017 MongoDB 3.6.5 ** Availblable OS ** Windows, Linux, Mac ** Available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TransferWare is a collection of tools for the Oracle world: the schema version manager TransVersion (tv), the External Procedure Call (epc) toolkit for accessing the outside world from within Oracle PL/SQL and an application Performance Monitor (pm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Redux-ORM

    Redux-ORM

    A small, simple and immutable ORM to manage relational data

    ... is possible. Defining fields on a Model specifies the table structure in the database for that Model. In order to generate a description of the whole database's structure, we need a central place to register all Models we want to use. An instance of the ORM class registers Models and handles generating a full schema from all the models and passing that information to the database. Often you'll want to have a file where you can import a single ORM instance across the app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 5
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy. This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data Creation,...
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    SQLeo Visual Query Builder

    SQLeo Visual Query Builder

    Helping users to quickly understand SQL queries

    SQLeo is a professional lightweight SQL Query tool that permits to create or display complex sql queries (from OBIEE, Microstrategy, SSRS, Cognos, Hyperion, Pentaho ...) and permits to reverse engineer database models as db designers do. This SQL GUI supports all JDBC drivers: Oracle, MySQL, MSSQL, Firebird, HSQLDB, H2, PostgreSQL, CsvJdbc, SQLite, UCanAccess, MonetDB ... (but MySQL jdbc and CsvJdbc are the only driver included in the package) Can be compared with : FreeQueryBuilder...
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 7
    Java 2D & 3D visual entity relationship design & modeling (ERD,SQL) for Oracle,MSSQL,Postgres,MySQL,...,Database change&dictionary management, Swing Data Binding, Apache FOP Renderer for dot matrix printers,Sparx Enterprise Architect Reports + more
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ERMaster
    ERMaster is Eclipse plug-in to make ER diagram. Functionally, Import from data base, Making of table definition book on Excel, Image output, DDL output, etc. are being offered.
    Leader badge
    Downloads: 197 This Week
    Last Update:
    See Project
  • 9
    Execute Query
    Execute Query is a database utility allowing for the execution of simple queries to schema modifications and import/export of data using delimited and XML files and includes a powerful query execution and a fully functional database browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    helenos

    Web based GUI tool to manage your data stored in Apache Cassandra

    Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SQLiteViewer

    Very easy to use databrowser and query console for SQLite3 based on QT

    ... SQL query to database and view result in table * Browse schema of database in tree view * Export to CSV File and copy4paste on table data * Internationalization(TODO) * Command completion for SQL queries (TODO) * Predefinid database file to open (TODO)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    SchemaForms is a toolkit for building HTML form from an XML data file and an XML-Schema specification. Supports basic data types (string, checkbox, enumeration,..) but is easily extensible to custom data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    phpLDAPadmin
    phpLDAPadmin is a web-based LDAP administration tool for managing your LDAP server. With it you can browse your LDAP tree, view LDAP schema, perform searches, create, delete, copy and edit LDAP entries. You can even copy entries between servers.
    Downloads: 86 This Week
    Last Update:
    See Project
  • 15
    DBEdit 2
    A database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data.
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 16
    Web enabled EXtensible Data As Service @ WEXDAS is a java based tool for dynamic creation of schema in MySQL for layment If you own a PC that has more than 1 DB server or if you are a start-up with more than 1 DB server, you might have the problem of switching between multiple database workbenches/UIs to manage your data. WEXDAS is a solution to this problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    REST API for XML and HTML schema-less query and recomposition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Object Document Mapper for MongoDB. It allows "schema" definitions for different document "types" and automatically creates new objects with the pre-defined properties. It allows inheritance, custom methods and casting of the defined schema types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A database schema and web application to archive, search, share, and download data of maximum body sizes of different taxonomic groups during the history of life on earth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TeNeM (Telecommunications Network Model) is a PostgreSQL schema with PL/pgSQL functions and triggers intended to make with a fiber optic network management. It is also a GIS JUMP plug-in to edit and visualize the data. PostGIS is used to extend Postgre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Oracle does not support the SQL standard INFORMATION_SCHEMA data dictionary. This project creates an information_schema schema and adds views compliant to the SQL standard. These views are SQL and PL/SQL and are built on the Oracle data dictionary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DB Differ is a tool and a half implemented GUI that computes structural differences between databases servers (schema, tables, table columns, permissions, indexes and others).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    DBSA (DataBase Structure Analysis) is a tool for comparing schema snapshots. Differences are reported and an SQL patch can be generated. It includes a basic repository facility for schema history tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The project aims to create a web based database administration tool, with expansion into automatic code generation from the database schema. The code allows creation and removal of databases, tables and fields via a web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cadopy is a personal archive system. Objects can be imported (files, bookmarks, email, csv, ...) or created directly via the web interface. The object schema can be adapted continuously. Search is via OQL or fulltext. Uses Python, CherryPy and MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next