You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A Go AT Protocol AppView server that indexes records and exposes them via GraphQL**
8
8
9
-
Hypergoat connects to the AT Protocol network, indexes records matching your configured Lexicons, and provides a GraphQL API for querying them. It's a Go port of [Quickslice](https://github.com/quickslice/quickslice).
9
+
*Formerly known as Hypergoat.*
10
+
11
+
Hyperindex (hi) connects to the AT Protocol network, indexes records matching your configured Lexicons, and provides a GraphQL API for querying them. It's a Go port of [Quickslice](https://github.com/quickslice/quickslice).
10
12
11
13
## Quick Start
12
14
@@ -41,7 +43,7 @@ Or place lexicon JSON files in a directory and set `LEXICON_DIR` environment var
41
43
42
44
### 2. Start Indexing
43
45
44
-
Once lexicons are registered, Hypergoat automatically:
46
+
Once lexicons are registered, Hyperindex automatically:
45
47
-**Connects to Jetstream** for real-time events
46
48
-**Indexes matching records** to your database
47
49
@@ -141,8 +143,8 @@ docker compose up --build
141
143
Or build manually:
142
144
143
145
```bash
144
-
docker build -t hypergoat.
145
-
docker run -p 8080:8080 -v ./data:/data hypergoat
146
+
docker build -t hyperindex.
147
+
docker run -p 8080:8080 -v ./data:/data hyperindex
146
148
```
147
149
148
150
## Admin API
@@ -168,7 +170,7 @@ The admin API at `/admin/graphql` provides:
constagentsMd=`# Hypergoat API - Complete Integration Guide for AI Agents
4
+
constagentsMd=`# Hyperindex (hi) API - Complete Integration Guide for AI Agents
5
5
6
-
## What is Hypergoat?
6
+
## What is Hyperindex?
7
7
8
-
**Hypergoat** stands for **Hypersphere Go ATProto AppView**. It is GainForest's main AppView server for the AT Protocol Hypersphere ecosystem.
8
+
**Hyperindex** (short: **hi**, formerly known as Hypergoat) is GainForest's AT Protocol AppView server for the Hypersphere ecosystem. The name "hi" stands for **H**yper**i**ndex -- it indexes Lexicon-defined records from the AT Protocol network and exposes them via a dynamically-generated GraphQL API.
0 commit comments