Showing 133 open source projects for "plugin"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 Icon
    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.
    Explore 10,000+ tools
  • 1
    Vite

    Vite

    Next generation frontend tooling. It's fast!

    ...Hot Module Replacement (HMR) that stays fast regardless of app size. Out-of-the-box support for TypeScript, JSX, CSS and more. Pre-configured Rollup build with multi-page and library mode support. Rollup-superset plugin interface shared between dev and build. Flexible programmatic APIs with full TypeScript typing. Vite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts. A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR). ...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 2
    MyBB

    MyBB

    MyBB is a free and open source forum software

    MyBB is a free and open-source forum software written in PHP, providing a powerful and extensible platform for online communities. It includes a rich plugin system, theming support, and a user-friendly admin control panel. MyBB is designed to be easy to install and manage while offering advanced moderation and community features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Adminer

    Adminer

    Database management in a single PHP file

    ...Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. Connect to a database server with username and password. Select an existing database or create a new one. List fields, indexes, foreign keys and triggers of table Change name, engine, collation, auto_increment and comment of table. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    Kysely SQL

    Kysely SQL

    A type-safe TypeScript SQL query builder

    Kysely is a type-safe TypeScript SQL query builder that provides an intuitive and autocompletion-friendly API. It allows developers to construct complex SQL queries with full type safety, reducing runtime errors and improving code maintainability. Kysely supports various SQL dialects and is compatible with Node.js, Deno, and browser environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 5
    Magda

    Magda

    A federated data catalog for all your big and small data

    Magda is an open-source data catalog system designed to make datasets easier to find, access, and use. Built for government and enterprise use, it supports harvesting metadata from multiple sources, managing data access policies, and integrating with data APIs. Magda is highly customizable and ideal for building open data portals or internal data discovery tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    OctoSQL

    OctoSQL

    Join, analyse and transform data from multiple databases

    OctoSQL is predominantly a CLI tool which lets you query a plethora of databases and file formats using SQL through a unified interface, even do JOINs between them. (Ever needed to join a JSON file with a PostgreSQL table? OctoSQL can help you with that.) OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. At the same time it's an easily extensible full-blown dataflow engine, and you can use it to add a SQL interface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FlatPress

    FlatPress

    FlatPress is a lightweight, easy-to-set-up flat-file blogging engine

    FlatPress is a lightweight, flat-file CMS that allows users to create and manage blogs without requiring a database. It is designed for simplicity, portability, and low resource usage, making it ideal for small websites and personal projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TURF

    TURF

    A modular geospatial engine written in JavaScript

    ...It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can run Turf server-side with Node.js. Modular, simple-to-understand JavaScript functions that speak GeoJSON. Turf is a collection of small modules, you only need to take what you want to use. Takes advantage of the newest algorithms and doesn't require you to send data to a server. TypeScript definitions are packaged with each module. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Neovim DBee

    Neovim DBee

    Interactive database client for Neovim

    ...This project aims to be as cross-platform as possible, but there are some limitations (for example some of the go dependencies only work on certain platforms). To address this issue, the client implementations are detached from the main logic and they register themselves to DBee backend on plugin start. This allows the use of build constraints, which we use to exclude certain client implementations on certain platforms. You can pass an optional table parameter to the setup() function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10
    pgstream

    pgstream

    PostgreSQL replication with DDL changes

    pgstream is an open source CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided output. One of the main differentiators of pgstream is the fact that it tracks and replicates schema changes automatically. It relies on SQL triggers that will populate a Postgres table (pgstream.schema_log) containing a history log of all DDL changes for a given schema. Whenever a schema change occurs, this trigger creates a new row in the schema log table...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    jdbi

    jdbi

    jdbi is designed to provide convenient tabular data access in Java

    Jdbi provides convenient, idiomatic access to relational data in Java. Jdbi 3 is the third major release which introduces enhanced support for Java 8, countless refinements to the design and implementation, and enhanced support for modular plugins. Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it. Jdbi improves JDBC’s rough interface, providing a more natural Java database interface that is easy to bind to your domain data types. Unlike an ORM, we do...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    RxDB

    RxDB

    Client side, offline-first, reactive database for JavaScript apps

    ...Multiplatform support for browsers, nodejs, electron, Cordova, react-native and every other javascript runtime. Replication between client and server-data, compatible with pouchdbPouchDB, couchdbCouchDB, and cloudantIBM Cloudant. There is also a plugin for a GraphQL replication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EF Core

    EF Core

    Object-database mapper for .NET

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB. To install EF Core, you install the package for the EF Core database provider(s) you want to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    KeePass

    KeePass

    A lightweight and easy-to-use password manager

    KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager for Windows, Linux and Mac OS X, with ports for Android, iPhone/iPad and other mobile devices. With so many passwords to remember and the need to vary passwords to protect your valuable data, it’s nice to have KeePass to manage your passwords in a secure way. KeePass puts all your passwords in a highly encrypted database and locks them with one master key or a key file. As a result, you only have to...
    Leader badge
    Downloads: 233,426 This Week
    Last Update:
    See Project
  • 15
    SQL DAL Maker

    SQL DAL Maker

    A generator of DTO, Model, and DAO classes to access relational DB

    ...Generated code is being synchronized with the current database schema using "live" JDBC metadata. Written in Java. Implemented as plug-ins For Eclipse: https://marketplace.eclipse.org/content/sql-dal-maker For IntelliJ: https://plugins.jetbrains.com/plugin/7092 HOWTO install-update: http://sqldalmaker.sourceforge.net GitHub: https://github.com/panedrone/sqldalmaker Quick-Demo in mp4: https://github.com/panedrone/sqldalmaker/releases/tag/latest
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 16

    mariadb_sysinfo

    Plugin for MariaDB to get system hardware information and measurement

    This basic information_schema plugin provides two I_S tables: * SYSINFO - This contains CPU, MEMORY and some other hardware information on the server that MariaDB runs on. * SENSORS - This table show current measurements on hardware, using the sensors API, such as CPU temperature etc. What information is shown depends on what is available on the hardware in question
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JVx - Enterprise Application Framework

    JVx - Enterprise Application Framework

    Java Application Framework

    ...Nightly builds are available: https://dev.sibvisions.com/jvx.nightly/ Maven snapshots are available: https://oss.sonatype.org/content/repositories/snapshots Eclipse plugin is available: http://marketplace.eclipse.org/search/site/eplug
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Smooth Scrollbar

    Smooth Scrollbar

    Customizable, Extendable, High-Performance JavaScript-Based Scrollbar

    Smooth Scrollbar is a JavaScript Plugin that allows you to customize high performance scrollbars cross browsers. It is using translate3d to perform a momentum-based scrolling (aka inertial scrolling) on modern browsers. With the flexible plugin system, we can easily redesign the scrollbar as we want. This is the scrollbar plugin that you've ever dreamed of! Since this package has a pkg.module field, it's highly recommended to import it as an ES6 module with some bundlers like webpack or rollup.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    check_postgres

    check_postgres

    Nagios check_postgres plugin for checking status of PostgreSQL db

    check_postgres is a Nagios-compatible monitoring plugin for PostgreSQL that provides health checks and performance metrics. It covers dozens of checks such as replication lag, bloat, locks, and cache hit ratio. Widely used by DBAs, it helps ensure PostgreSQL instances remain stable and performant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project aims at creating an open source chemistry plugin / cartridge for the relational database system Oracle. Free Oracle chemistry cartridge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MarketStore

    MarketStore

    DataFrame server for financial timeseries data

    ...If you are struggling with managing lots of HDF5 files, this is perfect solution to your problem. The batteries are included with the basic install, you can start pulling crypto price data from GDAX and writing it to the db with a simple plugin configuration. MarketStore enables you to query DataFrame content over the network at as low latency as your local HDF5 files from disk.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    dadbod.vim

    dadbod.vim

    dadbod.vim: Modern database interface for Vim

    ...Results of queries are displayed in preview windows or splits inside Vim, allowing you to stay in your editing context rather than switching to a separate tool. You can also run ranges or whole buffers as SQL queries or pass files to the database CLI. The plugin is designed to be project-aware: connection URLs can be defined per project rather than globally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eclipse SQL Client for database querying/browsing any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2, MySQL, PostgreSQL, Sybase, Informix) and can be extended.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Project Tracking Database

    Project Tracking Database

    A Project Tracking LibreOffice Database Example

    • It can be run as Stand-Alone or run from another App - I used KiCad (Simple Plugins) for this example. • There are two ODT forms - one is a smaller version of the larger form (thus, it omits some fields). The actual Database is the same so, records won’t be lost and either Form can be used. • The ODT forms simplify and un-clutter the display (all the other LibreOffice windows are not displayed). Of course, they are still available if opening the .ODB file. • FYI - I had planned to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    imgcook

    imgcook

    Generate pages from any sketch or images

    imgcook is an ingenious chef who specializes in cooking with various images (Sketch / PSD / static images). it will intelligently generate front-end codes, including view codes, data-binding codes, component codes as well as part of business logic codes from different kinds of design documents. We are making imgcook a P5 front-end engineer who could improve the development efficiency and promote effective collaboration between front-end developers, designers and testers. The main functions...
    Downloads: 0 This Week
    Last Update:
    See Project