Coder Social home page Coder Social logo

zir0h / metadata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dipdup-io/metadata

0.0 0.0 0.0 439 KB

Tezos TZIP-16/TZIP-12 metadata indexer

Home Page: https://dipdup.net/sandbox.html?service=metadata

Go 97.22% Makefile 0.46% Dockerfile 2.33%

metadata's Introduction

Metadata indexer

Tests Docker images Made With License: MIT

Selective Tezos metadata indexer based on DipDup framework.
Supported features:

  • TZIP-16 contract metadata
  • TZIP-12 token metadata
  • IPFS file pinning
  • Token thumbnails generating (and uploading to AWS)
  • Elasicsearch mode

Configuration

Fully compatible with DipDup YAML configuration file format. Metadata indexer reuses datasources, contracts, database, hasura sections, and reads its own settings from metadata top-level section.

Read more in the docs.

GQL client

npm i @dipdup/metadata

Read how to use the GraphQL client for the Metadata service.

Maintenance

Refetch recent metadata

This is not a permanent solution, rather an ad-hoc command to fix recent fetch errors. Adjust the data accordingly or remove time condition.

UPDATE token_metadata
SET retry_count=0, status=1
WHERE created_at > 1646082000 AND metadata ISNULL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.