Giter VIP home page Giter VIP logo

jackformer's Introduction

Jackformer

Web app for flexible data transforms.

Build, run

To build locally, use Maven, then run as Spring Boot app:

./mvnw clean spring-boot:run

and the default app will be available on localhost port 8080.

Alternatively you can build a container (Docker) image using one of 2 possible Maven targets (see docker-build.sh or jib-build.sh.

Or you can run a pre-built image from Dockerhub with:

docker run -p 8080:8080 cowtowncoder/jackformer-webapp:latest
docker run -p 8080:8080 cowtowncoder/jackformer-webapp:0.5.4

Formats supported

Support is offered for most data formats Jackson supports, except that currently (0.5) the schema-based formats (Avro, CSV, Protobuf) are not supported. Support for these formats will likely be added in near future.

Textual:

Binary:

Note: textual formats can be cut'n pasted as input, and resulted displayed on-page. Binary formats require file upload/download. UI will enforce these limitations.

Notes on Format support

CSV

As of 0.5.0, CSV input requires use of single "header" line, followed by one or more data lines. Separator has to be comma. This would be valid input:

name,age
Bob,29
Bill,33

Data will be considered to be an Array of Objects, for purposes of transformation: names of Object properties coming from the header line, so the example above would be similar to YAML contents of:

name: Bob
---
- name: "Bob"
  age: 29
- name: "Bill"
  age: 33

As of version 0.5.0, CSV output is not yet supported but should be added in near future.

Ion (textual)

Pretty-printing is not yet supported for Ion (textual) output, although format would support it: this limitation will hopefully be lifted in future.

jackformer's People

Contributors

cowtowncoder avatar

Watchers

 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.