All Projects → hodgoong → firehopper

hodgoong / firehopper

Licence: MIT License
Rhino Grasshopper's RESTful interface for Google Firebase

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to firehopper

rhino-secrets
A short overview on the secrets of Rhino 3D & Grasshopper.
Stars: ✭ 28 (+55.56%)
Mutual labels:  rhino, grasshopper
gh-web-ui
Package for building web-based User Interfaces (UI) in Rhino Grasshopper.
Stars: ✭ 69 (+283.33%)
Mutual labels:  rhino, grasshopper
clipper
Implementation for the clipper library in rhino and grasshopper.
Stars: ✭ 55 (+205.56%)
Mutual labels:  rhino, grasshopper
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+1088.89%)
Mutual labels:  rhino, grasshopper
RobotComponents
A Grasshopper plugin for intuitive robot programming
Stars: ✭ 30 (+66.67%)
Mutual labels:  rhino, grasshopper
dendro
volumetric modeling for grasshopper built on top of openvdb
Stars: ✭ 47 (+161.11%)
Mutual labels:  rhino, grasshopper
request-baskets
HTTP requests collector to test webhooks, notifications, REST clients and more ...
Stars: ✭ 149 (+727.78%)
Mutual labels:  restful, http-requests
lurch
A simple Ruby JSON API client.
Stars: ✭ 15 (-16.67%)
Mutual labels:  restful
apideveloperio-laravel
Laravel API adapter to track each http request app handled.
Stars: ✭ 21 (+16.67%)
Mutual labels:  http-requests
nest-blog-api
B站全栈之巅:基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)
Stars: ✭ 34 (+88.89%)
Mutual labels:  restful
dust
Archive web pages with all relevant assets or save as a single file HTML
Stars: ✭ 19 (+5.56%)
Mutual labels:  http-requests
httpz
Inspect HTTP requests
Stars: ✭ 20 (+11.11%)
Mutual labels:  restful
tuya-connector
tuya-connector helps you efficiently create cloud development projects regarding the OpenAPI or message subscription capabilities. You can put all the focus on business logic without taking care of server-side programming nor relational databases.
Stars: ✭ 28 (+55.56%)
Mutual labels:  restful
ruo
Yet Another RESTful framework (**Work In Progress**)
Stars: ✭ 14 (-22.22%)
Mutual labels:  restful
datagent
一个用于模块化管理前端请求的工具
Stars: ✭ 41 (+127.78%)
Mutual labels:  restful
restana
Super fast and minimalist framework for building REST micro-services.
Stars: ✭ 380 (+2011.11%)
Mutual labels:  restful
EthernetWebServer
This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and…
Stars: ✭ 118 (+555.56%)
Mutual labels:  http-requests
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+138.89%)
Mutual labels:  restful
sdkgen
sdkgen is a tool to help design, implement and maintain good APIs with minimal effort
Stars: ✭ 61 (+238.89%)
Mutual labels:  restful
Redes
High-level network layer abstraction library written in Swift.
Stars: ✭ 16 (-11.11%)
Mutual labels:  http-requests

firehopper

Platforms License Join the chat at https://gitter.im/hodgoong/firehopper

firehopper_logo Rhino Grasshopper's RESTful interface for Google Firebase

Firehopper is a Grasshopper add-in that interacts with Google Firebase in RESTful ways. User can simply request a PUT to store JSON style data in Google Firebase, PATCH to modify, POST to incrementally save data, DELETE to delete, and reqeust GET to fetch the data. This component will be updated further to support different functionality supported by Google Firebase.

How to use

firehopper_components

Setup

Create Google Firebase account for free

Visit http://firebase.google.com to create an account and to create new project.

Retrieve DB URL and API Key

After creating the account and the project, you can get the following information from 'Project Overview' section in the Firebase console. We need 'apiKey' and 'databaseURL' values. firehopper_firebase_setup

Download Firehopper

Download firehopper.gha in the 'Release' tab in this github repo or at food4rhino(http://www.food4rhino.com/app/firehopper) and save under the Grasshopper library folder.

Data

firehopper Key-Value Pair Generator

firehopper_key-value pair generator

The key-value pair generator combines two sets of strings into JSON style string format. The component will throw an error when two lists contain different amount of string elements inside. firehopper_key-value pair generator example

HTTP

firehopper PUT

firehopper_PUT_component

The PUT component triggers PUT request to Firebase to store the JSON string. This component requires 'apiKey' and 'databaseURL' information retrieved from the 'Setup' section in this page. Basic usage of the PUT component is illustrated on below images: firehopper_PUT example

After triggering the PUT component, the component will send the JSON string to corresponding Firebase database using the API key and Database URL. The result of above example is shown below: firehopper_PUT example_result

firehopper PUT with Key-Value Generator

The PUT component can be used with the firehopper Key-Value Generator as well. firehopper_PUT example

The result of above example is shown below: firehopper_PUT example_result

firehopper GET

firehopper_GET_component

The GET component triggers GET request to Firebase to fetch the JSON string. This component requires 'apiKey' and 'databaseURL' information retrieved from the 'Setup' section in this page. Basic usage of the GET component is illustrated on below images: firehopper_PUT example

Query using ghJSON

JSON string retrieved from firehopper GET component can be further queried with ghJSON(https://mathrioshka.ru/ghjson/) as below example: firehopper_GET_component

firehopper POST

firehopper_GET_component

Will be updated soon.

firehopper PATCH

firehopper_GET_component

Will be updated soon.

firehopper DELETE

firehopper_GET_component

Will be updated soon.

Usage Example with Geometry Parameter

firehopper_GET_component

Development Environment:

  • Microsoft Visual Studio Community 2017 Version 15.5.0
  • Rhino Version 5 SR14 64-bit
  • Grasshopper Build 0.9.0076

Dependancies (run-time version):

  • Grasshopper.dll (v4.0.30319)
  • System.Net.Http.dll (v4.0.30319)

Author

Hojoong Chung https://github.com/hodgoong http://hojoongchung.blogspot.com hojoong.chung(at)gmail.com

firehopper © 2018 Hojoong Chung

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].