fsprojects/AzureDocumentDbTypeProvider

Name: AzureDocumentDbTypeProvider

Owner: F# Community Project Incubation Space

Description: F# Type Provider for Azure DocumentDb

Created: 2016-06-21 06:43:32.0

Updated: 2017-08-21 14:42:58.0

Pushed: 2017-05-12 13:42:21.0

Homepage: https://fsprojects.github.io/AzureDocumentDbTypeProvider/

Size: 1358

Language: F#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

AzureDocumentDbTypeProvider

This project aims to provide an F# Type Provider to enable easy access to the Azure DocumentDb service.

Contributing

Contributions are welcome. Anyone is welcome to log an issue, a pull request or message me on GitHub.

Building the library

The project's tests depend on having access to a test account. In order to be able to use the build script you will need to provide access credentials to a valid DocumentDb account. This can be done in one of 2 ways:

If you elect to set environment variables then the build script will replace the literal values in TestAccountConfig.fs before building.

The integration tests will first set up a couple of databases named test1 and test2 then run the tests before deleting these databases again. Please note this process will delete any existing databases in your account named test1 or test2

The project uses Paket to manage dependencies and FAKE to control the build. You should be able to build the library by running the build.bat file in the root of the repository. If you encounter any problems doing so please report an issue.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.