https://github.com/graphops/launchpad-core
Launchpad is a Kubernetes Toolkit for Graph Protocol Indexers
https://github.com/graphops/launchpad-core
graph-protocol indexing infrastructure kubernetes the-graph web3
Last synced: 3 days ago
JSON representation
Launchpad is a Kubernetes Toolkit for Graph Protocol Indexers
- Host: GitHub
- URL: https://github.com/graphops/launchpad-core
- Owner: graphops
- License: apache-2.0
- Created: 2022-08-09T19:34:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T06:14:26.000Z (about 3 years ago)
- Last Synced: 2023-03-07T21:28:53.846Z (about 3 years ago)
- Topics: graph-protocol, indexing, infrastructure, kubernetes, the-graph, web3
- Language: Shell
- Homepage: https://docs.graphops.xyz/launchpad/intro
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Launchpad Core
[](https://opensource.org/licenses/Apache-2.0)
## Deprecated
Note: `launchpad-core` has been deprecated in favour of [`launchpad-namespaces`](https://github.com/graphops/launchpad-namespaces). See our [documentation](https://docs.graphops.xyz/launchpad/intro) for more information.
## Introduction
Launchpad is a toolkit for running a Graph Protocol Indexer on Kubernetes. It aims to provide the fastest path to production multi-chain indexing, with sane security and performance defaults. It should work well whether you have a single host or twenty.
There are two components to be aware of:
1. Starter ([`graphops/launchpad-starter`](https://github.com/graphops/launchpad-starter)): A starting point for every new Launchpad deployment. It uses a submodule to import all templated definitions from Core.
2. Core (this repo): Templated tasks, release definitions, scripts and other components
If you are looking to use Launchpad, please go to [`launchpad-starter`](https://github.com/graphops/launchpad-starter).
## Contributing
We welcome and appreciate your contributions! Please see the [Contributor Guide](/CONTRIBUTING.md), [Code Of Conduct](/CODE_OF_CONDUCT.md) and [Security Notes](/SECURITY.md) for this repository.
## See also
- [`graphops/launchpad-core`](https://github.com/graphops/launchpad-core)
- [`graphops/launchpad-charts`](https://github.com/graphops/launchpad-charts)