Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spike] Interactive Extensibility: "sub-graph packs (sgp)" #2

Closed
halcyondude opened this issue Apr 21, 2022 · 2 comments
Closed

[spike] Interactive Extensibility: "sub-graph packs (sgp)" #2

halcyondude opened this issue Apr 21, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@halcyondude
Copy link
Collaborator

halcyondude commented Apr 21, 2022

.
├── blogs
│   └── sgp-blogcncf
├── boards
│   ├── sgp-ghdiscuss
│   └── sgp-stackoverflow
├── core
│   └── generated
├── corp
│   ├── sgp-crunchbase
│   └── sgp-yahoofinance
├── email
├── packages
│   ├── sgp-brew
│   ├── sgp-choco
│   ├── sgp-crate
│   ├── sgp-deb
│   ├── sgp-deno
│   ├── sgp-go
│   ├── sgp-maven
│   ├── sgp-npm
│   ├── sgp-pip
│   └── sgp-rpm
├── rtc
│   ├── sgp-discord
│   └── sgp-slack
├── social
│   ├── sgp-linkedin
│   └── sgp-twitter
├── threats
│   └── sgp-nist
└── videos
    └── sgp-youtube

cnab.io is a great fit.

https://github.com/cnabio/cnab-spec#cloud-native-application-bundle-specifications

Cloud Native Application Bundles (CNAB) are a package format specification that describes a technology for bundling, installing, and managing distributed applications, that are by design, cloud agnostic.

The community has created implementations of the CNAB spec with
opinionated takes on authoring bundles. Some even use Duffle's
libraries to handle the CNAB implementation. If you want to make your own CNAB tooling, that is a great place to start!

@halcyondude halcyondude added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 21, 2022
@halcyondude halcyondude transferred this issue from another repository Apr 21, 2022
@halcyondude halcyondude added this to the data-model-v1 milestone Apr 21, 2022
@halcyondude halcyondude moved this from Todo to Next in landscape-graph Apr 22, 2022
@halcyondude halcyondude changed the title Interactive Extensibility: Graph { nuggets, packs, modules, sub-graph packs (sgp-twitter, stackoverflow, crunchbase, linkedin, ...) } Interactive Extensibility: Graph "sub-graph packs (sgp-twitter, stackoverflow, crunchbase, linkedin, ...) } Apr 22, 2022
@halcyondude halcyondude changed the title Interactive Extensibility: Graph "sub-graph packs (sgp-twitter, stackoverflow, crunchbase, linkedin, ...) } Interactive Extensibility: "sub-graph packs" (sgp-twitter, sgp-stackoverflow, sgp-crunchbase, sgp-linkedin, ...) Apr 22, 2022
@halcyondude halcyondude moved this from Next to In Progress in landscape-graph Apr 23, 2022
halcyondude added a commit that referenced this issue Apr 23, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 23, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
@halcyondude halcyondude self-assigned this Apr 25, 2022
@halcyondude halcyondude added the help wanted Extra attention is needed label Apr 25, 2022
@halcyondude halcyondude changed the title Interactive Extensibility: "sub-graph packs" (sgp-twitter, sgp-stackoverflow, sgp-crunchbase, sgp-linkedin, ...) Interactive Extensibility: "sub-graph packs (sgp)" Apr 25, 2022
@halcyondude halcyondude added the duplicate This issue or pull request already exists label Apr 25, 2022
@halcyondude
Copy link
Collaborator Author

this is being handled in #4

Repository owner moved this from In Progress to Done in landscape-graph Apr 25, 2022
halcyondude added a commit that referenced this issue Apr 25, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 25, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 25, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 25, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 26, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Apr 26, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
@halcyondude
Copy link
Collaborator Author

This needs to be tracked as part of the milestone for the data model, even if handled by another issue/branch

@halcyondude halcyondude changed the title Interactive Extensibility: "sub-graph packs (sgp)" [spike] Interactive Extensibility: "sub-graph packs (sgp)" Apr 26, 2022
halcyondude added a commit that referenced this issue May 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue May 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue May 10, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue May 10, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue May 17, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue May 17, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Jul 1, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Jul 1, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Jul 14, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Jul 14, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 4, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 15, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 15, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 15, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>
halcyondude added a commit that referenced this issue Aug 25, 2022
* Flat: latest data (2022-07-15T00:05:18.517Z)
{
  "date": "2022-07-15T00:05:18.517Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": -415,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": -209,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-16T00:05:37.097Z)
{
  "date": "2022-07-16T00:05:37.097Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 10943,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 9687,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-17T00:04:46.190Z)
{
  "date": "2022-07-17T00:04:46.190Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 248,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 54,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* Flat: latest data (2022-07-18T00:04:51.054Z)
{
  "date": "2022-07-18T00:04:51.054Z",
  "files": [
    {
      "name": "landscape-items-clean.json",
      "deltaBytes": 240,
      "source": "https://landscape.cncf.io/data/items.json"
    },
    {
      "name": "landscape-items.json",
      "deltaBytes": 176,
      "source": "https://landscape.cncf.io/data/items.json"
    }
  ]
}

Signed-off-by: Matt Young <[email protected]>

* GraphQL is the source of data mode truth

- add landscape-graph-core-schema.gql
= put in place sgp extensibility mechanism

* #4
* #2
* #42

Signed-off-by: Matt Young <[email protected]>

* Sub-Graph Packs: data model extensibility

Related to:

#2
#4

Signed-off-by: Matt Young <[email protected]>

* resources: grandstack blogs

Signed-off-by: Matt Young <[email protected]>

* resources: Cloud Native Application Bundles

Related to https://github.com/cncf/landscape-graph/issues/42∑

Signed-off-by: Matt Young <[email protected]>

* sgp --> sgm, misc docs

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: initial project creation

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* apps/panorama: WIP

Signed-off-by: Matt Young <[email protected]>

* add: github.com GraphQL schema SDL

octokit/graphql-schema@34d7f06
Signed-off-by: Matt Young <[email protected]>

* [chore] Basic fed2 boilerplate example, references

Signed-off-by: Matt Young <[email protected]>

* [chore] remove Angular sample app prototype

Signed-off-by: Matt Young <[email protected]>

Co-authored-by: flat-data <[email protected]>
Signed-off-by: Matt Young <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant