With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Cloud tools for web scraping and data extraction
Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.
Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
It's a script that read sql "select" request from postgres 8.1 logs and generate for each request all the index to optimize the database. Tested on 1.2 GB of logs.
Have you ever wondered what hardware works with what. This project aims to create a database (online/offline) that people can search to find compatibile hardware which actually works with their computers.
MeCat is an OS-independent Media Catalog. MeCat is able to catalog your collection, be it dvd, vhs, cd, books or anything else. It is possible to sort and filter the items. MeCat wants to be your private librarian for your movies, videos, audios, ...
myQueryLogger enables realtime analisys of query traffic. It runs in the background and can capture queries to a log file with user, database info, timestamp. The capture filter can be changed without restarting mysql or the logger by updating cnf file
Grained Login is a fine-grained login system for Qt applications. It uses SHA1 hashed passwords to retrieve user rights from a SQLite database. An administration dialog handles the maintenance of the users, the roles, the rights and the password history.
Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.
Banks, lending institutions
Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
.NET library (written in C#) for developers writing data access code that is less cumbersome than straight ADO.NET and is almost entirely database platform independent for most database platforms.
"distribution" is a message and data processing tool. It allows to process information through a graph of processors. It may be used to build mailing lists, fax gateways, email filters, PDF mailing combinators, report systems and many other processes
TaminoOnRails provides a Ruby-based DBMS adapter as well as a ActiveResource adapter for Software AG's XML database management system Tamino. With the help of these adapters Tamino users can easily create web-based frontend for their XML datasets.
This tool enables you to produce a LaTeX (standard, no extension required) report for database objects (tables, views, indexes, functions, primary/foreign keys, columns, types, keywords, system functions) thanks to the JDBC Api.
WiNCh - WsvNC is a simple read-only jdbc driver meant to get data from plain text data files (comma separated values). Columns can also have fixed length. Each data file is considered as a table and this driver offers a SQL interface over this kind of tables
OpenSubsystems is set of business components such as security, search, inventory management, able to run on various J2EE servers or just using JVM thanks to unique middleware abstraction layer and repository of common application functionality patterns
rc21 is a c++ class library for relational database operations, an embeddable library, an RDBMS server, an ODBC interface, and several command-line and MS-Windows-based utilities.
"Add Pictures to Database" is a web-based opensource utility that enables you to put images and pictures into (blob fields of) your existent MySQL database. Please visit http://databasepicture.sourceforge.net/ for more information.
phpDbEdit is a database independant code generator that produces php/html page to edit a database table with CRUD (create, read, update and delete) functionality.
sqlxpress is front-end tool for Sqlite database (www.sqlite.org). Developed using python, wxPython & pysqlite. This tool is designed for Linux users who uses Sqlite Database.
target of this tool is provide trasparent interface to database, for agile developemnt, code riutilization and less manutention. basic example: set('T',$data); write info in $data in table T get('T') return hashtable with all info in table T.