Giter VIP home page Giter VIP logo

duct-mongodb's Introduction

Hey, I'm Alexandre ๐Ÿ‘‹

But everybody calls me Alex.

I'm a Software Engineer from Metz/France ๐Ÿ‡ซ๐Ÿ‡ท and working as a Tech Lead & Software Craftsman in Luxembourg ๐Ÿ‡ฑ๐Ÿ‡บ.

In my spare time I like to code ๐Ÿ‘จโ€๐Ÿ’ป in various languages including Java, Kotlin, Clojure/ClojureScript โค๏ธ, Javascript, Go, Python, Ruby, OCaml, and a few other. I'm interested in both backend and frontend having practiced them extensively.

From APIs to mobile, through cloud and databases, preferrably using a functional programming language.

I wrote Practical Vavr.

Beside coding ๐Ÿ‘จโ€๐Ÿ’ป, I'm passionate about travels ๐ŸŒ„, photography ๐Ÿ“ท, football โšฝ, badminton ๐Ÿธ, music ๐ŸŽถ, movies ๐ŸŽฅ and guitars ๐ŸŽธ.

You can find me at grison.me and on Twitter

Cheers!

duct-mongodb's People

Contributors

agrison avatar bdrillard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bdrillard

duct-mongodb's Issues

Support for Username and Password as Non-uri Configuration

Currently providing user credentials is only possible via URI parameters:

{:duct.database.mongodb/monger 
  {:uri "mongodb://127.0.0.1:27017/hello?username=foo&password=bar"}

In some instances, an environment may more easily be able to inject these values separately. Could we add optional keys to the configuration map to support connecting with basic credentials? E.g.

{:duct.database.mongodb/monger 
  {:host "127.0.0.1", :port 27017, :db-name "hello" :username "user" :password "pass"}}

I think the passive changes to the init-key would be pretty straightforward given the clear Monger support for basic authentication. I'm happy to submit a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.