Coder Social home page Coder Social logo

csv-schema-playground's Introduction

(En français ci-dessous.)

CSV Schema Playground: playing with Table Schema

CSV Schema Playground allows people to build or edit schema for their datasets, and to produce human readable schema documentation.

It is an extension of Table Schema specification and fully compatible with it.

This tool is already usable while at early stage. CSV Schema Playground is a single page application all written in HTML, CSS and Javascript: just copy the file somewhere and it works! (You only have to be connected to the internet.)

If you want to save schemas, you will have to install the server part with nodejs:

$ npm install
$ node main.js

CSV Schema Playground : jouer avec le standard Table Schema

Cet outil permet de générer la documentation d'un jeu de données à partir d'un schéma au format Table Schema.

Table Schema est un format qui permet de décrire le contenu d'un jeu de données. Pour chaque champ il permet de fournir son libellé, son format, son type, des exemples de valeur, etc. Un fichier Table Schema est exprimé au format JSON.

Ce générateur prend en entrée un fichier au format Table Schema. Il produit la documentation correspondante.

Si vous souhaitez enregistrer vos schémas, vous devez installer la partie serveur, basée sur nodejs :

$ npm install
$ node main.js

changelog

0.0.2

0.0.1: initial release, released for few people.

csv-schema-playground's People

Contributors

charlesnepote avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.