Giter Site home page Giter Site logo

ivans-innovation-lab / my-company-rugs-materialized-view-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 28 KB

Atomist Rug Generator. Query side. Materialized view.

Home Page: https://ivans-innovation-lab.github.io/my-company-rugs-materialized-view-generator

License: Apache License 2.0

TypeScript 69.22% Gherkin 3.17% Java 27.60%
atomist rug generator

my-company-rugs-materialized-view-generator's Introduction

projects/my-company-rugs-materialized-view-generator

This Rug project contains a generator for a Spring Boot query side API.

Rugs

Rugs are typically run using the Atomist Bot in Slack. To run Rugs locally, you must first install the following tools:

Once those tools are installed, you can clone this repository and install its dependencies with the following command.

$ ( cd .atomist && npm install )

You can install your archive locally

$ rug install

and/or publish to remote 'atomist' repositories

Slack: @atomist team (you should find YOUR_TOKEN in Slack response)
$ rug publish --id=YOUR_TOKEN

NewQuerySideProject

The NewQuerySideProject generator creates a new Spring Boot project for the query side.

Prerequisites

There are no prerequisites to running this generator.

Parameters

To run this generator you must supply the following parameters.

Name Required Default Description
Project Name Yes A valid GitHub repository name. It should be 21 characters or less to avoid truncating name when the its Slack channel is created.
aggregateName Yes Aggregate name Aggregate class name, e.g., "Blog".
version No 0.1.0-SNAPSHOT Semantic version of the project.
description No My new project A brief description of the project.

Running

Run it as follows:

$ cd parent/directory
$ rug generate my-company-rugs:query-side-project-generator:NewQuerySideProject \
    my-company-customer-materialized-view \
    aggregateName=Customer \
    version=0.1.0-SNAPSHOT \
    description="Query Side - Customer"

Note the first parameter, the project name, is different in that you do not need to supply the name of the parameter, just the value. This is because the project name parameter is required for all generators. This will create a directory named my-company-customer-materialized-view and populate it with a simple event listener. If you are happy with the change, commit the changes.

$ cd my-company-customer-materialized-view
$ git init
$ git add .
$ git commit -m 'Initial version generated by Atomist generator'

See the README in the generated project for further instructions.


Created by Ivan Dugalic@lab. Need Help? Join our Slack team.

my-company-rugs-materialized-view-generator's People

Contributors

idugalic avatar

Watchers

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