Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

tpeczek/RethinkDb.Azure

Repository files navigation

RethinkDb.Azure

NuGet Version NuGet Version

Azure extensions for RethinkDB.

RethinkDB Trigger and Bindings for Azure Functions

The RethinkDB extension for Azure Functions supports trigger, input and output bindings.

The extension NuGet package you need to install depends on both the runtime version and C# execution mode you're using in your function app.

Functions 2.x+ In-Process Model

Install the RethinkDb.Azure.WebJobs.Extensions NuGet package.

>  dotnet add package RethinkDb.Azure.WebJobs.Extensions

Functions 2.x+ Isolated Worker Model

Install the RethinkDb.Azure.Functions.Worker.Extensions NuGet package.

>  dotnet add package RethinkDb.Azure.Functions.Worker.Extensions

Documentation

The documentation is available here.

Demos

The project repository contains the following demos:

Consulting and Professional Services

Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.

Book an Appointment Send an Email

Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by sponsoring me (either monthly or one-time).

Copyright and License

Copyright © 2018 - 2025 Tomasz Pęczek

Licensed under the MIT License

About

Azure extensions for RethinkDB.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors