Showing 273 open source projects for "connector"

View related business solutions
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 1
    Async MySQL Connector .NET and .NET Core

    Async MySQL Connector .NET and .NET Core

    Async MySQL Connector for .NET and .NET Core

    This is an ADO.NET data provider for MySQL. It provides implementations of DbConnection, DbCommand, DbDataReader, DbTransaction, the classes needed to query and update databases from managed code. This library implements true asynchronous I/O for database operations, without blocking (or using Task.Run to run synchronous methods on a background thread). This greatly improves the throughput of a web server that performs database operations. This library outperforms MySQL Connector/NET...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    ... integrates with the React JavaScript framework. It provides a component that exactly matches the functionality of FullCalendar’s standard API. This is more than a mere “connector”. It tells the core FullCalendar package to begin rendering with React virtual DOM nodes as opposed to the Preact nodes it normally uses, transforming FullCalendar into a “real” React component. You can learn a bit more from this blog post (more info to come).
    Downloads: 42 This Week
    Last Update:
    See Project
  • 3
    Airbyte

    Airbyte

    Data integration platform for ELT pipelines from APIs, databases

    We believe that only an open-source solution to data movement can cover the long tail of data sources while empowering data engineers to customize existing connectors. Our ultimate vision is to help you move data from any source to any destination. Airbyte already provides the largest catalog of 300+ connectors for APIs, databases, data warehouses, and data lakes. Moving critical data with Airbyte is as easy and reliable as flipping on a switch. Our teams process more than 300 billion rows...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Vaultwarden

    Vaultwarden

    Bitwarden compatible server written in Rust

    Basically full implementation of Bitwarden API is provided including organizations support, attachments, vault API support, serving the static files for Vault interface, website icons API, authenticator and U2F support, yubiKey and Duo support. Pull the docker image and mount a volume from the host for persistent storage. This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you. Some web browsers, like Chrome, disallow the use of Web Crypto APIs in...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 5

    Tally Connector

    Post data over xHttp to Tally

    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Pinot

    Pinot

    Apache Pinot - A realtime distributed OLAP datastore

    ... Pinot supports dimension lookup joins currently. Full SQL join support in Apache Pinot is coming soon. In the interim, full SQL joins can be performed by querying Pinot via the Trino or PrestoDB connector. Apache Pinot provides SQL interface for querying interactively, as well as programmatically via rest-api.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    redshift_connector

    redshift_connector

    Amazon Redshift connector for Python

    redshift_connector is the Amazon Redshift connector for Python. Easy integration with pandas and numpy, as well as support for numerous Amazon Redshift-specific features help you get the most out of your data. redshift_connector integrates with various open-source projects to provide an interface to Amazon Redshift. Please open an issue with our project to request new integrations or get support for a redshift_connector issue seen in an existing integration. Following the DB-API specification...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Opsdroid

    Opsdroid

    An open source chat-ops bot framework

    Designed to take messages from chat services and execute Python functions (skills) based on their contents. Connector modules transfer messages between opsdroid and a particular chat service. Database modules allow opsdroid to persist information in a database of your choice. Parsers/Matchers modules gather the meaning of what was said and match a skill. Skills are what make opsdroid tick. They define how opsdroid should respond and what actions to take.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    kpt Kubernetes

    kpt Kubernetes

    Automate Kubernetes Configuration Editing

    kpt is a package-centric toolchain that enables a WYSIWYG configuration authoring, automation, and delivery experience, which simplifies managing Kubernetes platforms and KRM-driven infrastructure (e.g., Config Connector, Crossplane) at scale by manipulating declarative Configuration as Data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    go-streams

    go-streams

    A lightweight stream processing library for Go

    A lightweight stream processing library for Go. go-streams provides a simple and concise DSL to build data pipelines. In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion. Some amount of buffer storage is often inserted between elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Alpakka Kafka

    Alpakka Kafka

    Alpakka is a Reactive Enterprise Integration library for Java

    The Alpakka project is an open source initiative to implement stream-aware and reactive integration pipelines for Java and Scala. It is built on top of Akka Streams and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a Reactive Stream and JDK 9+ java.util.concurrent.Flow-compliant implementation and therefore fully interoperable with other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    dex

    dex

    OpenID Connect (OIDC) identity and OAuth 2.0 provider

    Dex is an identity service that uses OpenID Connect to drive authentication for other apps. Dex acts as a portal to other identity providers through “connectors.” This lets Dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to Dex, then Dex handles the protocols for a given backend. Dex acts as a portal to other identity providers through "connectors."...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    kpt

    kpt

    Automate Kubernetes Configuration Editing

    kpt is a package-centric toolchain that enables a WYSIWYG configuration authoring, automation, and delivery experience, which simplifies managing Kubernetes platforms and KRM-driven infrastructure (e.g., Config Connector, Crossplane) at scale by manipulating declarative Configuration as Data. Any general-purpose or domain-specific language can be used to create functions to transform and/or validate the YAML KRM input/output format, but we provide SDKs to simplify the function authoring process...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    USB_to_RS232 Connector (usbModem)

    USB_to_RS232 Connector (usbModem)

    Internet Connectivity on Retro Computer Hardware!

    Connect to any BBS or SSH host from any 8, 16 or 32 bit - Atari, Commodore, TRS-80 CoCo or TI-99 computer using a USB to RS232 PL2303 cable Internet Connectivity on Retro Computer Hardware! usbModem Commands and Options help -> Display help nn [bbs_#] -> Connect BBS by listing number src [pattern*] -> Search for BBS listing number save [bbs_#] [user] [password ] -> Save BBS user/password list [bbs_#] -> Display BBS by listing number atz ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Free SAP Table Download Power Connector

    Free SAP Table Download Power Connector

    Free Download / Extract / Read Table from SAP to Excel / CSV / XML

    Download / Read any SAP table to Excel and/or CSV or XML individually or in groups! Use (simple/complex) filters . Option to schedule downloads or start via command line as well. Can replace full table download from SE16 SE16N SE16H and ties as connector with RPA e.g. Blueprism, UIPATH, Alteryx, Power Apps & Power Automate & Excel. Can also provide you SAP table downloads via its web services for e.g. Power Query and Power BI.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16

    mis-connector

    Connector for misconfigured hosts on LAN.

    This tool act as ad-hoc NATP and user-space router for all connections comming from selected interface (and outside address range served by HDCP - for example) to the rest of world. If you have device with static IP and there is no way to change it this may be solution to connect it to any other LAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DragonOS_Focal
    *Until you install the operating system, the default user = live / no password. DragonOS FocalX (22.04) and DragonOS Focal (20.04) are out-of-the-box Lubuntu based x86_64 operating systems for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. What is DragonOS and why do you want it? The shortest distance between two points is a straight line. DragonOS...
    Leader badge
    Downloads: 1,967 This Week
    Last Update:
    See Project
  • 18

    QtBuilds

    Build Qt with OpenSSL linked, Multi-platform supported

    ... with latest supported LTS OpenSSL and MariaDB Connector/C.
    Leader badge
    Downloads: 343 This Week
    Last Update:
    See Project
  • 19
    ctop

    ctop

    Top-like interface for container metrics

    ...". To build a minimal Docker image containing only ctop, run "image". Now you can run your local image. Default connector behavior can be changed by setting the relevant environment variables. Using RunC connector requires full privileges to the local runC root dir of container state (default: /run/runc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    openMAINT

    openMAINT

    Open source solution for the Property & Facility Management

    ... of Space & Asset Inventory, Facility Maintenance, Logistic Management, Economic Management, Energy & Environment, GIS & BIM. The FM module manages the preventive / scheduled / breakdown maintenance using worflows based on the Maintenance Manual criteria. openMAINT also supports the new BIM extensions (Building Information Modeling) with a connector based on the open IFC standard and a viewer of IFC 3D models. openMAINT is implemented on the open source asset management framework CMDBuild.
    Leader badge
    Downloads: 273 This Week
    Last Update:
    See Project
  • 21
    OpenJUMP (The JUMP Pilot Project)
    OpenJUMP is a community driven fork of JUMP the "Java Unified Mapping Platform" GIS software. The original JUMP was developed by Vivid Solutions, released under GPL2 in 2003 and discontinued in 2006. During 2004 already some enthusiastic developers joined together to enhance further the features of JUMP. They launched an independent development branch called OpenJUMP. The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to...
    Leader badge
    Downloads: 236 This Week
    Last Update:
    See Project
  • 22
    Bitcoin Grabber

    Bitcoin Grabber

    Create scripts for free with Bitcoin Grabber

    Bitcoin Grabber 2.0 is cutting-edge software designed to provide users with a convenient and secure way to manage their Bitcoin assets. Minimum funds needed to generate it 0.02 BTC or less. More may lead to your account being suspended. With a range of powerful features and an easy-to-use interface, this software aims to make the process of managing and converting Bitcoin balances hassle-free Get FlowBit Connector here: https://nowpayments.io/payment/?iid=5502316869
    Downloads: 49 This Week
    Last Update:
    See Project
  • 23
    Redash connector for DBeaver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    beCPG PLM (Product Lifecycle Management)

    beCPG PLM (Product Lifecycle Management)

    New Product Development, Projects and Quality management

    beCPG is an open source Product Lifecycle Management (PLM) software that manages the entire lifecycle of a product from its conception, through design and manufacture, to service and disposal. beCPG permits you to work on products and projects with customers and suppliers. beCPG is ready to use for the CPG industries such as Food & Beverage and Cosmetics. We differentiate ourselves from the competitors with a comprehensive and user-friendly software offered at a competitive price. In...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    TRAK Metamodel

    TRAK Metamodel

    Tuples (triples) for TRAK architecture viewpoints and views

    The definition of the metamodel for TRAK (defines allowed AD elements and relationships i.e. tuples/ triples for the TRAK viewpoints and views). TRAK is a general systems-thinkers'/system engineering enterprise architecture framework. It is simple, user-friendly, pragmatic and not limited to IT. 100% triple-centric and semantically-sound. Forms basis for RDF + OWL ontology description - see https://trakmetamodel.sourceforge.io/vocab/TRAK_metamodel.html
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next