___  ___    _ _    _  _ _____   _____
 / __|/ _ \  | | |  | || |_ _\ \ / / __|
| (_ | (_) | |_  _| | __ || | \ V /| _|
 \___|\___/    |_|  |_||_|___| \_/ |___|

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Tutorial: No-Code Hive Development Using HiveSQL and Bubble

BY: @jordand89 | CREATED: Nov. 13, 2021, 5:29 a.m. | VOTES: 69 | PAYOUT: $6.05 | [ VOTE ]

Bubble is a powerful "no-code" tool that allows people to build complex web applications without writing any code. In this tutorial we will use Bubble to connect to the HiveSQL database, retrieve information from it, and display that information on a webpage.

There seems to be a big gap between the few people who understand the complexity of blockchain/dApp development and the consumers who use the technology that they develop. I was inspired by a video @taskmaster4450 recently uploaded to 3speak (this one) in which he talked about how the industry is still too technical and there's a large barrier to entry. I agree with this and decided to share what I have been playing around with in hopes of inspiring others to try building something. I'm not a professional developer and you don't have to be one to follow this tutorial.

Let's Get Started!

[IMAGE: https://images.ecency.com/DQmVqecbudrYP8GrEktb63f4JiK2TmzjvF2QVHx9ujwbXEt/screenshot_from_2021_11_12_21_18_45.png]

[IMAGE: https://images.ecency.com/DQmb7kQTWre5sKMMUpsbdFKfh5XUosj9feCKh3S1qvKLKQG/screenshot_from_2021_11_12_21_28_50.png]

mysql://[Login]:[Password]@[Server]:1433/[Database]

[IMAGE: https://images.ecency.com/DQmdPTA12MxtirfeGswu1WuGEANKsTT6T7ZG91hoHfGTRC4/screenshot_from_2021_11_12_21_36_32.png]

SELECT TOP 50 * FROM Comments ORDER BY ID DESC;

[IMAGE: https://images.ecency.com/DQmQezr7s3T7dX2LXuqRuGSDRGP2LG8phAuoDSTT7FVfH8Q/screenshot_from_2021_11_12_21_59_37.png]

[IMAGE: https://images.ecency.com/DQmU7sTV5YTUByf3fg6QbEpL2wkjKWqaHtxJfJ3baYkZWCy/screenshot_from_2021_11_12_22_13_11.png]

[IMAGE: https://images.ecency.com/DQmdAPEYaaW9qCZEj9uefSi29ZEqtnadbMJchEPmNPsivDa/screenshot_from_2021_11_12_22_21_09.png]

[IMAGE: https://images.ecency.com/DQmWCiSMpiuChnguZgMdEisXXXZvarF5s35Ev24vDBbTfoZ/screenshot_from_2021_11_12_22_24_11.png]

[IMAGE: https://images.ecency.com/DQmWd4rwaeRzc68yTcEMiek43ACADExvX6ycmwtefAN6LgQ/screenshot_from_2021_11_12_22_28_57.png]

[IMAGE: https://images.ecency.com/DQmPZ4WMNWmBo3bPxWx7PWA3Zf2L6dmZFQV2WhGwLuAkFgJ/screenshot_from_2021_11_12_22_34_05.png]

[IMAGE: https://images.ecency.com/DQmZYKRY78e4TupnrdjUYYpSLeJenSfcH7fZ94KNJjMyBFR/screenshot_from_2021_11_12_22_41_54.png]

[IMAGE: https://images.ecency.com/DQmb16SLBPqVWgjob1JDaKekU3yJuw3g75pKstVFVEZa15E/screenshot_from_2021_11_12_22_42_43.png]

[IMAGE: https://images.ecency.com/DQmQNvbBMvKDdCxvHsNJXQwP8ieEGqwK6f1syZ8QFhEFcFV/screenshot_from_2021_11_12_22_52_42.png]

[IMAGE: https://images.ecency.com/DQmRFtRc7XrPTum7gN4WgDaunhvLDkLybFNCH9NGAVH9eix/screenshot_from_2021_11_12_22_55_48.png]

WE DID IT!!

If you followed this tutorial, you've now opened the door to being able to build all kinds of web apps that use data from the Hive blockchain without writing any code! You could create a personal website that shows statistics about your account along with a feed of your most recent posts. You could build an app that lists the largest Hive transactions of the day. The possibilities are endless!

What's Next?

Of course, there's still more learning to do. The app created in this tutorial is not pretty and it only uses a couple of the pieces of data we can access with HiveSQL. If you want to build a real app using these tools, the following resources will come in handy:

I put a lot of effort into this tutorial so I'd love to get your opinion and feedback in the comments! Let me know if you try following it and run into a problem or if you build something cool that you want to share!

TAGS: [ #HiveDevs ] [ #hivesql ] [ #development ] [ #nocode ] [ #hive ] [ #dev ] [ #bubble ]

Replies

@xplosive | Nov. 13, 2021, 8:50 a.m. | Votes: 0 | [ VOTE ]

> without writing any code

I am not a programmer. It is interesting and good to see that it is possible to build applications and games without any coding using various tools. But currently even this is too complicated for me, because you need to have database management skills in order to make something with it. I can make only a basic database. If I would put the effort and time into learning more about databases, then I would probably be able to learn it properly, but I am not completely sure about it, because one of my disabilities is dyscalculia. I received an exempt from mathematics both in elementary school and in middle school.

@jordand89 | Nov. 13, 2021, 6:41 p.m. | Votes: 0 | [ VOTE ]

Maybe you can focus on design and partner with someone else who can focus on the database/logic aspect? I hope that over time there will be more opportunities for more people to use whatever abilities they have to build new things in this Web3 world of the future. This tutorial is just one small step toward that. I struggle with attention deficit disorder myself so that's why no-code tools like this appeal to me. I always want to start building right away when I get an idea and will lose focus if I have to try to learn a new programming language or framework first.

@mein-senf-dazu | Nov. 13, 2021, 7:13 p.m. | Votes: 0 | [ VOTE ]

Thank you for your tutorial
i will try it
Have some ideas

@bradleyarrow | Nov. 13, 2021, 8 p.m. | Votes: 0 | [ VOTE ]

I am impressed.

Fantastic stuff.

!BBH 10

@hive-112281 | Nov. 13, 2021, 8:01 p.m. | Votes: 0 | [ VOTE ]

Because this is such an awesome post, here is a BBH Tip for you. [IMAGE: https://images.hive.blog/p/2bP4pJr4wVimqCWjYimXJe2cnCgn8E8ycTJsHnU9Pw4]. Keep up the fantastic work

@hivebuzz | Nov. 13, 2021, 9:37 p.m. | Votes: 0 | [ VOTE ]

Congratulations @jordand89! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You received more than 50 upvotes.Your next target is to reach 100 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

HiveFest⁶ Meetings Contest

[IMAGE: https://i.imgur.com/396gbHZ.png]

@ecency | Nov. 14, 2021, 1:49 p.m. | Votes: 0 | [ VOTE ]

Yay! 🤗Your content has been boosted with Ecency Points, by @hdmed. Use Ecency daily to boost your growth on platform! Support EcencyVote for ProposalDelegate HP and earn more

@expire0 | Nov. 17, 2021, 11:40 p.m. | Votes: 0 | [ VOTE ]

great documentation and thanks for sharing this. My only concern would be why did HiveSQL go with MS SQL instead of Postgres or MariaDB. That's interesting

@howellnightowl | Dec. 3, 2021, 6:39 p.m. | Votes: 0 | [ VOTE ]

Bookmarked - sounds awesome and a fun way to learn. Now I just need to find the time! :)

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>