Skip to content
View anandameyer's full-sized avatar

Block or report anandameyer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. subsquid-quests/algebra-farming-subgraph-migration subsquid-quests/algebra-farming-subgraph-migration Public

    A Stellaswap-sponsored quest to migrate the Algebra Farming subgraph to Subsquid

    TypeScript 65 34

  2. solana-zk-indexer solana-zk-indexer Public

    Indexer for Solana ZK compressed state using SQD SDK

    TypeScript

  3. subsquid-serum-investigation subsquid-serum-investigation Public

    Using SubSquid to read Serum Protocol Order Book

    TypeScript

  4. Simple implementation to use dropwiz... Simple implementation to use dropwizard/metrics-jetty9 instrumented class on jetty server packaged by pedestal/jetty
    1
    ;; Author: meyer[dot]ananda[at]gmail[dot]com | meyer[dot]ananda[at]protonmail[dot]com
    2
    ;; Date  : Sun Nov  3 16:42:39 2019
    3
    
                  
    4
    
                  
    5
    ;; You may need below dependency, The exclusions just to make sure nothing break existed jetty dependencies.
  5. A simple POC of queue mechanism for ... A simple POC of queue mechanism for Upstream/Downstream call.
    1
    // This is proof of concept of simple queue to ensure only one request allowed to call upsream/downstream.
    2
    // Every request must be identified by the unique identifier called `key` and subsequent call to the same upstream/downstream API must have the same `key`.
    3
    // You can run this code at `https://play.golang.org/p/aIq8wD-wzvk`.
    4
    package main
    5
    
                  
  6. Using jaeger java client dependency ... Using jaeger java client dependency to work on pedestal
    1
    ;; Author: meyer[dot]ananda[at]gmail[dot]com | meyer[dot]ananda[at]protonmail[dot]com
    2
    ;; Date  : Mon Nov  4 14:16:30 2019
    3
    
                  
    4
    
                  
    5