zebra's notebooks

  • Workflow - /zebra/workflow
    Last edited 4 years ago
    This is a collection of models
  • Workflow Orchestration - /zebra/workflow-orchestration
    Last edited 4 years ago
    var workflow = require("@runkit/zebra/workflow/0.1.2"); var data = require("@runkit/zebra/sample-data/0.0.1"); console.log(workflow.event)
  • Sample Data - /zebra/sample-data
    Last edited 4 years ago
    const faker = require("faker"); const unsplash = require("unsplash-js") exports.item = () => { var _item = { gtin: '245734734573457', name: faker.commerce.productMaterial() + ' ' + faker.commerce.product(), }; }; exports.DoleFoods = { gS1CompanyPrefix: "0071430", companyName: "Dole Fresh Vegetables Inc.", gln: '9501101020016', geocode: { lat: 34.153122, lng: -118.805108 }, address: { street: "1 Dole Dr", city: "Westlake Village", state: "CA", zip: "91362-7300", country: 'United States' } };