StangFAST01 - commenting type
    Updated 2023-06-27
    -- forked from 01 - posting type @ https://flipsidecrypto.xyz/edit/queries/456391bb-ef52-4006-bd07-b7905ee48b0c

    -- forked from 01 - posting @ https://flipsidecrypto.xyz/edit/queries/55ab90dc-5d0e-4b18-899e-9d5a65f77ffa

    -- forked from 01 - posting @ https://flipsidecrypto.xyz/edit/queries/c8e03150-aa1b-44f3-a326-7ee40500c0f0

    -- forked from 01 - posting @ https://flipsidecrypto.xyz/edit/queries/718f3e84-51f8-44c1-b6ce-608a64fd5d32

    -- forked from 01 - active day @ https://flipsidecrypto.xyz/edit/queries/3309dce4-7677-4e63-a6f2-bf0f6c7c1cb5

    -- forked from 01 copy @ https://flipsidecrypto.xyz/edit/queries/d5884a8b-7951-47e4-81fd-98828d5ed07d

    -- forked from 01 @ https://flipsidecrypto.xyz/edit/queries/6b4d366b-91ba-452a-9497-1bbc059cbb00

    -- SELECT
    -- -- object_keys( a.node_data )[0]
    -- -- a.node_data:main
    -- a.action_id_social
    -- , a.node_data
    -- FROM
    -- near.social.fact_decoded_actions a
    -- WHERE
    -- a.node = 'post'
    -- AND object_keys( parse_json( a.node_data ))[0] = 'main'
    -- LIMIT 5000

    --- posting -> post - node_data[ main ]
    --- commenting -> post - node_data[ comment ]
    --- following -> graph - node_data[ signer_id ]
    --- sharing -> widget - node_data[ shareWidget ]

    with

    near_price AS
    (
    SELECT
    Run a query to Download Data