Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
The GetData library provides an API to interface with Dirfile databases. The Dirfile database format is designed to provide a fast, simple, scalable format for storing and reading binary, synchronously-sampled, time-ordered data.
Pg_statsinfo is a utility that monitor statistics and the activity.
From pg_statsinfo 14, pg_statsinfo and pg_stats_reporter have moved to Github.
See Github for information on later versions.
See Sourceforge for information on pg_statsinfo 13 and earlier.
pg_statsinfo : https://github.com/ossc-db/pg_statsinfo
pg_stats_reporter : https://github.com/ossc-db/pg_stats_reporter
-------
pg_statsinfo is a utility that monitors statistics and activities of PostgreSQL. pg_statsinfo is easily installed then periodically stores snapshots, which consists of...
pg_reorg can re-organize tables on a PostgreSQL database without keeping any locks so that you can retrieve or update rows in tables being reorganized.
This module is developed to be a better alternative of CLUSTER and VACUUM FULL.
-------
pg_reorg was located in pgfoundry, but has been moved to here temporally.
************************************
2015.07.03 Now, we are moving to GitHub.
http://github.com/ossc-db/pg_reorg
************************************
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.
Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions.
This is just the base of the framework presenting the idea, any code template can be implemented upon request.
Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java
The main target is to generate DTO/BDO/POJO objects based on the database definitions in...
OPR (Oracle Password Repository) is a Unix based secure tool for storage & retrieval of Oracle database passwords. By replacing hardcoded passwords in scripts with a call to OPR, it helps keeping your Oracle enviroment secure and easier to maintain.
DBIO is a tool to simulate Online Transaction Processing Database, which can be used to model production envirment for I/O test. A standard configuration file contained in the software simulates TPCC-Like I/O workload, which is modeled from DB2 Database running TPCC-Like workload. DBIO can also do data consistency check after the I/O workload test.
CSQL - suite of three products, embedded relational database / stand alone Main Memory Database / updateable bi-directional table level cache. All are exposed via standard SQL interfaces such as ODBC/JDBC.
See http://www.cubrid.org/cluster. CUBRID Cluster is an open source clustered DBMS for high scalability including global schema, distributed partition and load balancing features. It is a spin-off project from CUBRID project and supported by NHN.
TESSDB is an application that provides TPC benchmark, I/O pattern analyze, and source code view for open-soruce DBMS. TESSDB is designed for researchers interested in developing a new database suitable for next generation storage device.
DBPAQ is a SQL database engine for large-scale applications with 2 sql modes : Internal(sapdb/adabas) and Oracle(oracle7). DBPAQ was forked from LGPL'ed SAPDB 7.3 which was forked from ADABAS-D.
Anastasia is a SGML/XML publication tool which allows the processing and searching of large documents using tcl scripting. See https://github.com/peterrobinson/Anastasia2 for updated code, etc, for running in Apache 2 environments.
A application deployment environment may have multiple config file for different component, here is the tool to put all the config file into MYSQL database, and supply web interface for user to add/edit config option,
client lib convert to config file
LEAP is an RDBMS (Relational Database Management System) implementing the relational Algebra - a core part of relational database theory. It is primarily used as an educational tool, but has found some novel uses and applications.