Library

Video Player is loading.
 
Current Time 0:00
Duration 6:02
Loaded: 0.00%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:08

    hello and a very warm welcome to the sub query  heroes course making the world's decentralized  
    hello and a very warm welcome to the sub query  heroes course making the world's decentralized  

  • 00:16

    data more accessible first of all let's  jump in and take a look at what sub query is  
    data more accessible first of all let's  jump in and take a look at what sub query is  

  • 00:23

    it's an open source project that allows developers  to do three main things to index transform  
    it's an open source project that allows developers  to do three main things to index transform  

  • 00:32

    and query substrate chain data to power your  applications you can think of it like a google  
    and query substrate chain data to power your  applications you can think of it like a google  

  • 00:39

    for blockchains where you can search for the data  that you need you can then transform it and then  
    for blockchains where you can search for the data  that you need you can then transform it and then  

  • 00:46

    serve it up to your front end application very  easily and very quickly now what are the problems  
    serve it up to your front end application very  easily and very quickly now what are the problems  

  • 00:55

    subquery is trying to solve first of all query  speed so if you want to grab data from the  
    subquery is trying to solve first of all query  speed so if you want to grab data from the  

  • 01:02

    blockchain now it's actually quite challenging  first of all you may have to spin up your own  
    blockchain now it's actually quite challenging  first of all you may have to spin up your own  

  • 01:09

    node and that can take quite a bit of time  particularly trying to synchronize the data  
    node and that can take quite a bit of time  particularly trying to synchronize the data  

  • 01:17

    secondly once you have a node you need to  be able to connect to it typically via rpc  
    secondly once you have a node you need to  be able to connect to it typically via rpc  

  • 01:24

    connection what sub query does is it provides  this intermediate layer where it will grab the  
    connection what sub query does is it provides  this intermediate layer where it will grab the  

  • 01:31

    data for you the data will then be transformed  and indexed and made available via api this  
    data for you the data will then be transformed  and indexed and made available via api this  

  • 01:40

    makes grabbing the data very easy and very quick  the second problem is around parachain diversity  
    makes grabbing the data very easy and very quick  the second problem is around parachain diversity  

  • 01:49

    for example trying to query data from  different blockchains can be really challenging  
    for example trying to query data from  different blockchains can be really challenging  

  • 01:55

    what parachain diversity does is it allows you to  grab data across different blockchains in a much  
    what parachain diversity does is it allows you to  grab data across different blockchains in a much  

  • 02:03

    simpler fashion let's take a closer look at  this so traditionally the bitcoin blockchain is  
    simpler fashion let's take a closer look at  this so traditionally the bitcoin blockchain is  

  • 02:12

    separate to say the ethereum blockchain however  in the polkadot world different blockchains  
    separate to say the ethereum blockchain however  in the polkadot world different blockchains  

  • 02:19

    are called parachains and they are all  connected together in the polkadot network  
    are called parachains and they are all  connected together in the polkadot network  

  • 02:25

    so for example here you can see bitfrost  and moonbeam and akala for example  
    so for example here you can see bitfrost  and moonbeam and akala for example  

  • 02:32

    these are all parachains that run off the  polka dot system to be able to extract  
    these are all parachains that run off the  polka dot system to be able to extract  

  • 02:39

    information from these different  blockchains what sub query does  
    information from these different  blockchains what sub query does  

  • 02:44

    is it allows you to query across these different  para chains aggregate the data and be able to  
    is it allows you to query across these different  para chains aggregate the data and be able to  

  • 02:51

    perform one simple query so the diagram on the  right you can see here we can quickly find out  
    perform one simple query so the diagram on the  right you can see here we can quickly find out  

  • 02:59

    how much does alice have in her wallet across the  darwinia polkadot and a color substrate blockchain  
    how much does alice have in her wallet across the  darwinia polkadot and a color substrate blockchain  

  • 03:08

    so that's the second advantage that subquery  provides now jumping into the overview of  
    so that's the second advantage that subquery  provides now jumping into the overview of  

  • 03:15

    the course we first take a look at getting  started if we jump into the documentation here  
    the course we first take a look at getting  started if we jump into the documentation here  

  • 03:23

    this follows the quick start guide where there is  a hello world project that you can follow to get  
    this follows the quick start guide where there is  a hello world project that you can follow to get  

  • 03:31

    familiar with subquery to prepare your environment  and to get a project up and running really quickly  
    familiar with subquery to prepare your environment  and to get a project up and running really quickly  

  • 03:40

    once you've had a taste of how things work  we then jump into the basics of sub query  
    once you've had a taste of how things work  we then jump into the basics of sub query  

  • 03:48

    you can see here on the left hand side this covers  for example the manifest file the graphql schema  
    you can see here on the left hand side this covers  for example the manifest file the graphql schema  

  • 03:56

    and the mappings file as well
    and the mappings file as well

  • 04:02

    in module 3 we then look at relationships  
    in module 3 we then look at relationships  

  • 04:06

    what this means is that inside our graphql schema  the very important file where you effectively  
    what this means is that inside our graphql schema  the very important file where you effectively  

  • 04:14

    define the shape of your data and we'll talk  more about what this means in the course  
    define the shape of your data and we'll talk  more about what this means in the course  

  • 04:20

    we explore the one to one the one to  many and the many to many relationships
    we explore the one to one the one to  many and the many to many relationships

  • 04:28

    after that, we look at subquery  project and subquery explorer
    after that, we look at subquery  project and subquery explorer

  • 04:35

    in the top right-hand corner, you'll see projects  
    in the top right-hand corner, you'll see projects  

  • 04:39

    if I click on this subquery project is a place  where you can run your project hosted by subquery  
    if I click on this subquery project is a place  where you can run your project hosted by subquery  

  • 04:49

    explorer is a place where you can search  for other projects created by the community  
    explorer is a place where you can search  for other projects created by the community  

  • 04:56

    you can utilize the projects here you can search  and try to learn how other people have created  
    you can utilize the projects here you can search  and try to learn how other people have created  

  • 05:03

    sub-query projects as well so it's an open  community where projects are being shared  
    sub-query projects as well so it's an open  community where projects are being shared  

  • 05:11

    in module 5 we'll take a look at aggregation what  this means is once we have the data how do we  
    in module 5 we'll take a look at aggregation what  this means is once we have the data how do we  

  • 05:18

    roll it up or sum or add together all  the data to for example get the balance  
    roll it up or sum or add together all  the data to for example get the balance  

  • 05:25

    of a wallet and towards the end in module six  we'll look at tips and tricks on how you can  
    of a wallet and towards the end in module six  we'll look at tips and tricks on how you can  

  • 05:33

    better build your subquery projects so with that  feel free to contact us at the various means  
    better build your subquery projects so with that  feel free to contact us at the various means  

  • 05:42

    down below either on telegram Twitter Linkedin  medium or Github and we hope you enjoy the course
    down below either on telegram Twitter Linkedin  medium or Github and we hope you enjoy the course

All

The Hero Course | SubQuery

2,091 views

Video Language:

  • English

Caption Language:

  • English (en)

Accent:

  • English (NZ)

Speech Time:

87%
  • 5:16 / 6:02

Speech Rate:

  • 138 wpm - Conversational

Category:

  • People & Blogs

Tags :

Intro:

hello and a very warm welcome to the sub query  heroes course making the world's decentralized  
data more accessible first of all let's  jump in and take a look at what sub query is  
it's an open source project that allows developers  to do three main things to index transform  
and query substrate chain data to power your  applications you can think of it like a google  
for blockchains where you can search for the data  that you need you can then transform it and then  
serve it up to your front end application very  easily and very quickly now what are the problems  
subquery is trying to solve first of all query  speed so if you want to grab data from the  
blockchain now it's actually quite challenging  first of all you may have to spin up your own  
node and that can take quite a bit of time  particularly trying to synchronize the data  
secondly once you have a node you need to  be able to connect to it typically via rpc  
connection what sub query does is it provides  this intermediate layer where it will grab the  
data for you the data will then be transformed  and indexed and made available via api this  
makes grabbing the data very easy and very quick  the second problem is around parachain diversity  
for example trying to query data from  different blockchains can be really challenging  
what parachain diversity does is it allows you to  grab data across different blockchains in a much  
simpler fashion let's take a closer look at  this so traditionally the bitcoin blockchain is  
separate to say the ethereum blockchain however  in the polkadot world different blockchains  
are called parachains and they are all  connected together in the polkadot network  
so for example here you can see bitfrost  and moonbeam and akala for example  
these are all parachains that run off the  polka dot system to be able to extract  

Video Vocabulary

/ˈak(t)SH(o͞o)əlē/

adverb

as truth or facts.

/jəmp/

verb

To make a sudden movement due to surprise.

/əˈvāləb(ə)l/

adjective

Present and able to be used.

/pə(r)ˈtikyələrlē/

adverb

Specially; more than others.

/kəˈnekSH(ə)n/

noun

Changing vehicles when traveling.

/əkˈsesəb(ə)l/

adjective

Able to be entered, reached or used.

/tran(t)sˈfôrm/

noun verb

product of transformation. To change the shape completely in a good way.

welcome - welcome

/ˈwelkəm/

adjective exclamation noun verb

gladly received. used to greet someone in polite or friendly way. Friendly greeting to someone who has arrived. greet someone arriving in polite or friendly way.

/dəˈvərsədē/

noun

Having a range of different races, ideas etc..

/ˈpräbləm/

adjective noun

Causing trouble. Something difficult to deal with or causes trouble.