Git Product home page Git Product logo

tecsinapse-data-io's Introduction

Tecsinapse Data Input and Output

License (LGPL version 3) Build Status Coverage Status Maven Central Javadoc

Wants to contribute to tecsinapse-data-io?

Before working on the code, if you plan to contribute changes, please read the following CONTRIBUTING document.

IMPORTANT

In version >= 3 package moved from br.com.tecsinapse.exporter to br.com.tecsinapse.dataio

Using tecsinapse-data-io

Maven:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io</artifactId>
  <version>3.1.x</version>
</dependency>

Gradle:

compile "br.com.tecsinapse:tecsinapse-data-io:3.1.x"

If you want to use snapshots first config OSS Sonatype Snapshots repository:

Maven:

<repositories>
    <repository>
        <id>oss-snapshots</id>
        <name>OSS Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Gradle:

repositories {
    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots'
    }
}

And then the dependency:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io</artifactId>
  <version>3.1.x-SNAPSHOT</version>
</dependency>

Gradle:

compile 'br.com.tecsinapse:tecsinapse-data-io:3.1.x-SNAPSHOT'

Documentation and samples

For documentation and samples check out our wiki

Getting Started

Go to Getting Started to usage example.

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of tecsinapse-data-io you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely
  • Write a unit test to show the issue!

License

This project and its documentation are licensed under the LGPL license. Refer to LICENCE for more information.

tecsinapse-data-io's People

Contributors

gittecsinapse avatar brunocribeiro avatar edimarlnx avatar janario avatar ivobertoncello avatar iskigow avatar thiagopa avatar tatsumibruno avatar brunokrebs avatar edinhojorge avatar mcopaulino 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.