GithubHelp home page GithubHelp logo

docker-gron's Introduction

Change Log

gron-0.5.2 (2018-05-22)

Intro

  1. docker-gron is for gron docker container.

Usage

  1. pull image first:

docker pull sahsu/docker-gron

  1. run it with:

docker run -it --rm --name gron -v "${DEST_JSON_DIRECTORY}:/src/" sahsu/docker-gron ${JSON_FILE_WITH_DIRECTORY}

Example

$ docker run -i --rm -v `pwd`:/src/ sahsu/docker-gron < sample.json
json = [];
json[0] = {};
json[0]._id = "5b03d471c4a6e7f3ff344335";
json[0].address = "168 Sumpter Street, Harviell, New Hampshire, 3848";
json[0].age = 27;
json[0].balance = "$1,036.35";
json[0].company = "RADIANTIX";
json[0].email = "[email protected]";
json[0].eyeColor = "blue";
json[0].gender = "male";
json[0].guid = "8dc62122-7421-469b-878a-cd416d3a17d6";
json[0].index = 0;
json[0].isActive = true;
json[0].name = "Dorsey Bush";
json[0].phone = "+1 (804) 426-2964";
json[0].picture = "http://placehold.it/32x32";

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.