Automation
How Kestra Streamlines Workflow Automation for Developers, Agencies and Data Teams
Open-Source Self-hosted Workflow Orchestration Simplified - Alternative to Zapier, Rundeck, Make and Airflow
Automation
Open-Source Self-hosted Workflow Orchestration Simplified - Alternative to Zapier, Rundeck, Make and Airflow
database
A database management and administration system is a tool that helps you work with databases. Databases are where all the important data for your applications, websites, or systems is stored—like user information, transactions, or content. 14 Open-source Web-based SQL Database ManagersSQL stands for Structured Query Language, and it is
sql
HeidiSQL is a powerful yet user-friendly graphical interface designed to make managing databases a breeze. Whether you're working with MariaDB, MySQL, Microsoft SQL Server, PostgreSQL, SQLite, Interbase, or Firebird, HeidiSQL has got you covered. It lets you explore and edit your data, build and modify tables, views, procedures,
mysql
Are you a data pro juggling SQL Server or Azure SQL? Meet Azure Data Studio (ADS), Microsoft’s free and open-source tool that’s designed to simplify your life. This isn’t just another SQL editor; it’s a powerhouse packed with features to help you write queries, manage databases,
database
Unlocking the Power of Databases Through Natural Language
database
Ever wanted to peek under the hood of a database? That's exactly what students at Carnegie Mellon University (CMU) are doing with BusTub, a hands-on database project that's caught fire beyond the classroom. What's BusTub? It's a stripped-down database system where students
database
DbGate is free and open-source fast and easy to use database manager. It works seamlessly with MySQL, PostgreSQL, SQL Server, and several other database engines. DbGate is getting regular update and it is an ideal solution for database admins, web developers, devOps, and of course data engineers. 14 Open-source Web-based
Open-source
Osquery is a free open-source tool for endpoint monitoring and system instrumentation, initially developed by Facebook and now maintained by the open-source community. It is totally compatible with Linux, macOS, and Windows, Osquery represents OS data—like hardware configuration, file integrity, processes, and network connections—as SQL tables. Osquery users
database
gobang is a free and open-source app that allow developers to manage databases easily from the command-line with a TUI interface. Features * Cross-platform support (macOS, Windows, Linux) * Lighting Fast Speed * Multiple Database support (MySQL, PostgreSQL, SQLite) * Intuitive keyboard only control * Simple configuration Although, it is a polished project, it does
Artificial Intelligence (AI)
Hey there! Ever wished you could just chat with your database like you're texting a friend? Well, that's exactly what AI chat with databases lets you do! Let's dive into how this amazing technology is revolutionizing the way businesses handle their data. What'
libsql
SQLDump is a cross-platform command line utility to execute SQL queries and export results to a CSV file. It currently supports Oracle and MySQL. Usage To use you need Java installed java -jar SQLDump-0.4.jar -url [jdbc:oracle:thin:@hostname:port:sid] -user [username] -pass [password] -sql [query] Remember