psfinaki / FSharp.Data

F# Data: Library for Data Access

Home Page:http://fsharp.github.io/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, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.

We're open to contributions from anyone. If you want to help out but don't know where to start, you can take one of the Up-For-Grabs issues, or help to improve the documentation.

You can see the version history here.

NuGet Badge

Building

  • Install .NET SDK see version in global.json

  • Build FSharp.Data.sln and FSharp.Data.Tests.sln in Visual Studio. You can also use the FAKE script:

    • Windows: Run build.cmd
      • AppVeyor build status
    • Mono: Run build.sh
      • Travis build status

Documentation

This library comes with comprehensive documentation. The documentation is automatically generated from *.fsx files in the content folder and from the comments in the code. If you find a typo, please submit a pull request!

  • F# Data Library home page with more information about the library, contributions, etc.
  • 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

Code of Conduct

This repository is governed by the Contributor Covenant Code of Conduct.

We pledge to be overt in our openness, welcoming all people to contribute, and pledging in return to value them as whole human beings and to foster an atmosphere of kindness, cooperation, and understanding.

Library license

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

Maintainers

Although this project is hosted in the fsharp repository for historical reasons, it is not maintained and managed by the F# Core Engineering Group. The F# Core Engineering Group acknowledges that the independent owners and maintainers of this project are Gustavo Guerra, Tomas Petricek, Don Syme and Colin Bull.

About

F# Data: Library for Data Access

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

License:Other


Languages

Language:HTML 86.1%Language:F# 13.7%Language:C# 0.2%Language:Shell 0.0%Language:Batchfile 0.0%