Skip to content

Commit

Permalink
all: remove indexer-service, indexer-native
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Nov 5, 2024
1 parent e924469 commit b80fc0b
Show file tree
Hide file tree
Showing 66 changed files with 1,061 additions and 12,268 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/indexer-service-image.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/publish-native-binaries.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile.indexer-agent
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ WORKDIR /opt/indexer
COPY package.json .
COPY yarn.lock .
COPY tsconfig.json .
COPY lerna.json .

# Copy shared and package files
COPY packages/indexer-common/ ./packages/indexer-common
Expand Down Expand Up @@ -51,7 +50,6 @@ WORKDIR /opt/indexer
COPY package.json .
COPY yarn.lock .
COPY tsconfig.json .
COPY lerna.json .

# Copy build output
COPY --from=build /opt/indexer/packages/indexer-common/package.json /opt/indexer/packages/indexer-common/package.json
Expand Down
67 changes: 0 additions & 67 deletions Dockerfile.indexer-service

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Graph Protocol Indexer Components

![CI](https://github.com/graphprotocol/indexer/workflows/CI/badge.svg)
[![Docker Image: Indexer Service](https://github.com/graphprotocol/indexer/workflows/Indexer%20Service%20Image/badge.svg)](https://github.com/orgs/graphprotocol/packages/container/package/indexer-service)
[![Docker Image: Indexer Agent](https://github.com/graphprotocol/indexer/workflows/Indexer%20Agent%20Image/badge.svg)](https://github.com/orgs/graphprotocol/packages/container/package/indexer-agent)

**NOTE: THIS PROJECT IS BETA SOFTWARE.**
Expand All @@ -19,7 +18,6 @@ query fees, can be found [here](./docs/scalar.md).
The indexer service, agent and CLI can be installed as NPM packages, using

```sh
npm install -g @graphprotocol/indexer-service
npm install -g @graphprotocol/indexer-agent

# Indexer CLI is a plugin for Graph CLI, so both need to be installed:
Expand Down
7 changes: 0 additions & 7 deletions k8s/base/indexer-service/backend_config.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions k8s/base/indexer-service/service.yaml

This file was deleted.

94 changes: 0 additions & 94 deletions k8s/base/indexer-service/statefulset.yaml

This file was deleted.

Loading

0 comments on commit b80fc0b

Please sign in to comment.