Stars
Tesseract Open Source OCR Engine (main repository)
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Real Time communication library using Animated Gifs as a transport™
OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases
Logger is used by Oracle developers to instrument their PL/SQL code
Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then gener…
Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..)
Facebook's branch of the Oracle MySQL database. This includes MyRocks.
Mysqldump, writing in postgresql format
Lanyrd's MySQL to PostgreSQL conversion script
pengmingde / server
Forked from MariaDB/serverMariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stab…
pengmingde / mysql
Forked from twitter-forks/mysqlMySQL fork maintained and used at Twitter
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stab…
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
Unofficial git mirror of SQLite sources (see link for build instructions)
Source-agnostic distributed change data capture system
a zookeeper client, that makes life a little easier.
pengmingde / databus
Forked from linkedin/databusSource-agnostic distributed change data capture system
shenfeng / nio-httpserver
Forked from shenedu/nio-httpserverA simple aync java httpserver, written when learning NIO