Giter VIP home page Giter VIP logo

channels_booking_clients's Introduction

Channel and booking data generator

Summary

Package was developed for automate the routine of creating entities for booking and channels api of Redeam API's

Package directories structure

├── booking     - scripts creating the record some type of entity of booking api
├── channels    - scripts creating the record some type of entity of channel api
├── cmd         - all scripts of running cli
├── config      - configuration files
├── data        - all prepared json files for all creation entities
├── logger      - logger structure
├── partners    - is on hold
└── utils       - all helpers for the app

Download

Precompiled Binaries

You can download the precompiled release binary from releases via web or via

wget https://github.com/NickTaporuk/channels_booking_clients/releases/<version>/channels_booking_clients_<version>_<os>_<arch>

Go get

You can also use Go 1.12 or later to build the latest stable version from source:

GO111MODULE=on go get github.com/NickTaporuk/channels_booking_clients

Homebrew Tap

brew install nicktaporuk/tap/channels_booking_clients
# After initial install you can upgrade the version via:
brew upgrade channels_booking_clients

Compilation

git clone [email protected]/NickTaporuk/channels_booking_clients.git
cd channels_booking_clients
go build .

Usage

Channel booking generator CLI can be used locally.

Before run the package you have to check directory data which should has all needing json files for running.

Run channels_booking_clients or ./channels_booking_clients to run the package on CLI.

The plan of the several future releases

  • create validation before running. Now we have validation only inside the running some entity
  • need to add flag --help to the package
  • need to crete initialization of the directory ./data for brew because we can use two path of directory data. The configuration directory "data" have to exist either inside the directory "$HOME/.cbg" or inside directory where we run binary file
  • create rollback system for testing behavior of responses and after that remove all created records
  • prepare templates for json files

channels_booking_clients's People

Contributors

nictaporuk avatar nicktaporuk 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.