All Projects → fsprojects → Fsharp.data

fsprojects / Fsharp.data

Licence: other
F# Data: Library for Data Access

Programming Languages

fsharp
127 projects

Projects that are alternatives of or similar to Fsharp.data

Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+117.43%)
Mutual labels:  json, xml, csv, data
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+4413.31%)
Mutual labels:  json, xml, csv, data
Countries
World countries in JSON, CSV, XML and Yaml. Any help is welcome!
Stars: ✭ 5,379 (+752.46%)
Mutual labels:  json, xml, csv
Unbescape
Advanced yet easy to use escaping library for Java
Stars: ✭ 207 (-67.19%)
Mutual labels:  json, xml, csv
Tableexport
tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)
Stars: ✭ 261 (-58.64%)
Mutual labels:  json, xml, csv
Exportsheetdata
Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
Stars: ✭ 170 (-73.06%)
Mutual labels:  json, xml, data
Bancosbrasileiros
Lista de bancos brasileiros | Brazilian banks list
Stars: ✭ 178 (-71.79%)
Mutual labels:  json, xml, csv
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (-61.17%)
Mutual labels:  json, csv, data
Repurrrsive
Recursive lists to use in teaching and examples, because there is no iris data for lists.
Stars: ✭ 112 (-82.25%)
Mutual labels:  json, xml, data
Http Rpc
Lightweight REST for Java
Stars: ✭ 298 (-52.77%)
Mutual labels:  json, xml, csv
Sq
swiss-army knife for data
Stars: ✭ 275 (-56.42%)
Mutual labels:  json, xml, csv
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (-40.73%)
Mutual labels:  xml, csv, data
Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (-74.8%)
Mutual labels:  json, xml, csv
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (-76.55%)
Mutual labels:  json, xml, csv
Validation
validation api extracted from play
Stars: ✭ 194 (-69.26%)
Mutual labels:  json, xml, csv
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+139.46%)
Mutual labels:  json, csv, data
Python Benedict
dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities. 📘
Stars: ✭ 204 (-67.67%)
Mutual labels:  json, xml, csv
Filecontextcore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Stars: ✭ 91 (-85.58%)
Mutual labels:  json, xml, csv
Stream Parser
⚡ PHP7 / Laravel Multi-format Streaming Parser
Stars: ✭ 391 (-38.03%)
Mutual labels:  json, xml, csv
Loaders.gl
Loaders for big data visualization. Website:
Stars: ✭ 272 (-56.89%)
Mutual labels:  json, xml, csv

FSharp.Data: Making Data Access Simple

The FSharp.Data package (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 -t Build

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!

  • FSharp.Data package 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.

Releasing

Releasing of the NuGet package is done by GitHub actions CI is done from master branch when a new version is pushed.

Releasing of docs is done by GitHub actions CI on each push to master branch.

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

Current maintainers are Don Syme and Phillip Carter

Historical maintainers of this project are Gustavo Guerra, Tomas Petricek and Colin Bull.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].