Coder Social home page Coder Social logo

whitemalt / commercetools-sync-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from commercetools/commercetools-sync-java

0.0 1.0 0.0 8 MB

Java API which exposes utilities for building update actions and automatic synchronization of CTP data from external sources such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.

License: Apache License 2.0

Java 99.97% Shell 0.03%

commercetools-sync-java's Introduction

commercetools-java-sync-logos 002

commercetools sync

Build Status codecov Benchmarks M14 Download Javadoc Known Vulnerabilities

Java API which exposes utilities for building update actions and automatic syncing of CTP data from external sources such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.

commercetools-java-sync-final 001

Usage

commercetools sync is a Java library that could be used to synchronise CTP data in any of the following ways:

  1. Synchronise data coming from an external system in any form (CSV, XML, etc..) that has been already mapped to JVM-SDK resource draft objects (e.g. CategoryDraft).

  2. Synchronise data coming from an already-existing commercetools project in the form of JVM-SDK resource draft objects (e.g. CategoryDraft).

Currently this library supports synchronising

Prerequisites

  • install Java 8
  • a target CTP project to which your source of data would be synced to.

Installation

There are multiple ways to download the commercetools sync dependency, based on your dependency manager. Here are the most popular ones:

Maven

<dependency>
  <groupId>com.commercetools</groupId>
  <artifactId>commercetools-sync-java</artifactId>
  <version>v1.0.0-M14</version>
</dependency>

Gradle

implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M14'

SBT

libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M14"

Ivy

<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M14"/>

Roadmap

https://github.com/commercetools/commercetools-sync-java/milestones

commercetools-sync-java's People

Contributors

heshammassoud avatar andrii-kovalenko-ct avatar jortizsao avatar ahmetoz avatar lojzatran avatar butenkor avatar piobra avatar

Watchers

White Malt 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.