Skip to content

spknetwork/union-indexer-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

306ab76 · May 15, 2024
Mar 27, 2023
May 15, 2024
Oct 3, 2023
Feb 5, 2022
Feb 5, 2022
Jun 5, 2022
Feb 5, 2022
May 7, 2022
Jun 18, 2022
Oct 3, 2023
Feb 5, 2022
Sep 7, 2023
May 7, 2022
Mar 21, 2023
May 7, 2022

Repository files navigation

Union Indexer

The union indexer is focused on indexing multiple sources of social media posts. At the moment the indexer supports:

  • Offchain Ceramic content
  • HIVE content

Installation:

Prerequisites:

  • Git
  • Docker

Git clone:

git clone https://github.com/spknetwork/union-indexer-node

Start docker container:

docker-compose up

Usage

Requirements

  • Ceramic API endpoint
  • SPK Offchain Indexer API endpoint Optional:
  • HIVE account for bridging/chain references

API

The API is available on port 4568. The following endpoints are available (subject to change):

  • /api/v1/create_stream_id - creates an offchain stream id
  • /api/v1/graphql - graphql API and graphiql explorer