FSharp.Data.Toolbox


F# Data Toolbox

F# Data Toolbox is a library for various data access APIs based on FSharp.Data. It will contain individual packages for each data source.

The first package for Twitter access is available through NuGet.

The F# Data Toolbox library can be installed from NuGet:
PM> Install-Package FSharp.Data.Toolbox.Twitter

Samples & documentation

The library currently includes the Twitter type provider for access to Twitter users and feeds, and SAS type provider to read SAS dataset files.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding new public API, please also consider adding samples that can be turned into a documentation. You might also want to read library design notes to understand how it works.

The library is available under Public Domain license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.