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.
Pigeon Planner aims to be a simple to use pigeon database. Add, edit, remove pigeons and view their details such as name, image, sex, colour, pedigree, relatives and results in the user-friendly interface.
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...
Connect to DB2, Oracle, MS SQL and Mysql database.
Add, edit and remove connections.
Multiple connections simultaneously.
Load/execute SQL.
Export table/data as SQL/CSV/html.
Import data from delimited/fixed length file.
Loader with advanced option
Khaktus is a web-based contact management suite written in PHP. It can currently add/remove/modify users of the system and user information, add/remove contact information, add interactions between users and contacts, and create reports.
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.)
A program to manage hash databases; gdbm databases etc. It performs simple operations on them; insert new records, remove records, list records etc. It is intended primarily as a programmer's aid, when writing programs based on these databases. It has a
mySQLweb is web interface for building SQL queries to MySQL databse. Query builder allows user to add and remove tables, set relations, apply criterias etc. Results are output in a table. The look is easy to change - it is simply CSS formatted XHTML.
MongoAdmin able to:
- Add elements to the base. Supports three types: String, Int, Double.
- Remove items.
- Edit objects. Can not change the type, it is necessary to delete and create the right type.
- Export and import data. Use own format. Does not support the 'mongoimport' format. Export can specify to remove collection before importing.
- Allows you to bookmark frequently visited places.
- Copy the line by double clicking on the object
Not able to:
- Execute commands MongoDB
- Create queries. ...