artur-s / FSharp.Data

Library of F# type providers and data access tools

Home Page:http://fsharp.github.com/FSharp.Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Data: Library for Data Access

The F# Data library (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, JSON and XML) and for accessing the WorldBank and Freebase data. It also includes helpers for parsing JSON files and for sending HTTP requests.

Documentation

One of the key benefits of this library is that it comes with a comprehensive documentation. The documentation is automatically generated from *.fsx files in the samples folder. If you find a typo, please submit a pull request!

  • F# Data Library home page with more information about the library, contributions etc.

  • F# Data Library documentation with links to pages that document individual type providers (CSV, XML, JSON and WorldBank) as well as for other public types available in FSharp.Data.dll.

  • The samples from the documentation are included as part of FSharp.Data.Tests.sln, make sure you build the solution before trying out the samples to ensure that all needed packages are installed.

Support and community

Building

  • Simply build

Library license

The library is available under Apache 2.0. For more information see the License file in the GitHub repository.

About

Library of F# type providers and data access tools

http://fsharp.github.com/FSharp.Data

License:Other