Drivers

Open-source projects categorized as Drivers

Top 23 Driver Open-Source Projects

  • MySQL

    A pure node.js JavaScript Client implementing the MySQL protocol.

    Project mention: error with connecting node.js to a MySQL server | /r/mysql | 2023-04-13
  • reactos

    A free Windows-compatible Operating System

    Project mention: Microsoft Edge is starting to annoy me big time | news.ycombinator.com | 2023-09-03

    Anyone tried ReactOS recently? Supposed to be a clean-room FOSS Windows NT compatible OS.

    https://reactos.org/

    It's still on my TODO. Mostly cause my parents want XP back.

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • Redis

    🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

    Project mention: 10 Powerful Node.js Libraries Every Developer Should Know About | dev.to | 2023-04-27

    5. ioredis

  • PostgreSQL

    PostgreSQL client for node.js.

    Project mention: Using AI I have departed from ORM and embraced SQL | /r/SQL | 2023-09-13

    For newer projects I use the small Postgres client. Initially my leap into SQL was lead by AI but as I refreshed and relearned SQL, I now use a mixture of AI and self-written SQL queries. Something like this is just easier to have AI do the grunt work and then adjustment as needed.

  • MongoDB

    The Official MongoDB Node.js Driver

  • dokany

    User mode file system library for windows with FUSE Wrapper

    Project mention: Tutorial fo unlimited backup solution in these trying times with Backblaze, Raidrive and Dokany | /r/DataHoarder | 2023-06-10

    Now that you are inside the Mirror folder with cmd, let’s start the Mirror function to attach a NAS or cloud folder as a local disk in order to get recognized by the BB client and be backed up. Write something like (read the dokany documentation for more details here): mirror.exe /r x:\ /l m , where x:\ should be the letter of the folder attached with Raidrive and m:\ the letter you want to assign to the new local disk.

  • LevelUP

    A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

  • embassy

    Modern embedded framework, using Rust and async.

    Project mention: Asynchronous Rust on Cortex-M Microcontrollers | news.ycombinator.com | 2023-07-19

    You can run multiple executors at different interrupt priority levels (with multiple tasks per executor), which allows tasks on the higher priority executor to interrupt other tasks. Here's an example https://github.com/embassy-rs/embassy/blob/main/examples/nrf...

  • kvm-guest-drivers-windows

    Windows paravirtualized drivers for QEMU\KVM

    Project mention: VirGL | news.ycombinator.com | 2023-08-12

    Note also: it just got an experimental Windows driver!

    [1]https://github.com/virtio-win/kvm-guest-drivers-windows/pull...

  • libwdi

    Windows Driver Installer library for USB devices

  • SchemaCrawler

    Free database schema discovery and comprehension tool

    Project mention: [Look for advice ]for choice of tools/diagram for mapping database | /r/dataengineering | 2023-06-18
  • helenos

    A portable microkernel-based multiserver operating system written from scratch.

    Project mention: HelenOS a microkernel-based, multiserver OS from scratch | news.ycombinator.com | 2022-11-19

    >HelenOS is open source, free software. Its source code is available under the BSD license. Some third-party components are licensed under GPL.

    https://github.com/HelenOS/helenos#license

  • LOLDrivers

    Living Off The Land Drivers

    Project mention: LOLBAS: Living Off the Land Binaries, Scripts and Libraries | /r/hacking | 2023-07-07

    win drivers https://www.loldrivers.io/

  • faunadb-js

    Javascript driver for FaunaDB v4

    Project mention: How to Beat the Cap Theorem | news.ycombinator.com | 2023-09-11

    Fauna[0] which if I recall correctly, also upends Cap Theorum. They implemented Calvin[1] which differs from Spanner

    [0]: https://fauna.com/

    [1]: https://fauna.com/blog/distributed-consistency-at-scale-span...

  • modm

    modm: a C++23 library generator for AVR and ARM Cortex-M devices

    Project mention: Looking for well written, modern C++ (17/20) example projects for microcontrollers | /r/embedded | 2023-03-16

    Have a look in the modm.

  • couchdb-nano

    Nano: The official Apache CouchDB library for Node.js

  • input-wacom

    Linux kernel driver for Wacom devices

    Project mention: Wacom stylus stopped working | /r/archlinux | 2023-05-21

    The solution was found on this thread: https://github.com/linuxwacom/input-wacom/issues/359

  • Couchbase

    Couchbase Node.js Client Library (Official)

    Project mention: What is the best DB for offline-first? | /r/reactnative | 2023-09-14

    Couchbase (Community Edition/Open Source but unofficial RN support)

  • MollenOS

    MollenOS/Vali is a modern operating system that is built with focus on abstraction and a modular design, allowing anyone to port it to any architecture. It currently targets the x86-32 and x86-64 platform.

  • WOA-Drivers

    Windows Drivers for Qualcomm Snapdragon platforms

    Project mention: File download broken? | /r/github | 2023-07-03
  • xf86-input-wacom

    X.Org driver for Wacom devices

    Project mention: Wacom advanced preferences on Ubuntu with Wayland | /r/linux4noobs | 2023-05-10

    What if you switch to x11 when using the tablet and log into wayland when you're done? Probably not ideal and you'll lose the touchpad gestures. their wiki has more info but might not be what you're looking for https://github.com/linuxwacom/xf86-input-wacom/wiki/Wayland

  • Aerospike

    Node.js client for the Aerospike database

  • BsodSurvivor

    This project aims to facilitate debugging a kernel driver in windows by adding support for a code change on the fly without reboot/unload, and more!

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-14.

Drivers related posts

Index

What are some of the best open-source Driver projects? This list will help you:

Project Stars
1 MySQL 17,961
2 reactos 13,126
3 Redis 12,284
4 PostgreSQL 11,452
5 MongoDB 9,845
6 dokany 4,811
7 LevelUP 4,058
8 embassy 2,861
9 kvm-guest-drivers-windows 1,586
10 libwdi 1,544
11 SchemaCrawler 1,457
12 helenos 1,220
13 LOLDrivers 694
14 faunadb-js 694
15 modm 642
16 couchdb-nano 609
17 input-wacom 554
18 Couchbase 463
19 MollenOS 440
20 WOA-Drivers 408
21 xf86-input-wacom 328
22 Aerospike 197
23 BsodSurvivor 164
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
www.influxdata.com