Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • Search

132 results

Filter
REST
JSON API KNIMEServer GET Request Web service Google API Deployment Google REST service
  1. Go to item
    Workflow
    COVID-19 Live Visualization using Guided Analytics
    COVID-19 REST API
    +8
    This workflow is connecting an API to get new data on the spreading of the virus COVID-19. Confirmed cases and deaths time series…
    paolotamag > Public > COVID-19_Live_Visualization
    12
    paolotamag
  2. Go to item
    Workflow
    Will they blend? XML meets JSON
    Data blending REST IBM Watson
    +4
    The challenge here is to blend together data in the XML format with data in the JSON format. We queried IBM Watson about news on …
    knime > Examples > 01_Data_Access > 04_Structured_Data > 03_XML_meets_JSON
    2
    knime
  3. Go to item
    Workflow
    GET Request Example (Life Sciences)
    REST Genes Life Sciences
    In this workflow snippet, we will use the REST service provided by MyGene.info [1,2] (https://mygene.info/) to obtain a list of h…
    knime > Workflow Snippets > GET Request
    2
    knime
  4. Go to item
    Workflow
    Covid-19 Dashboard Updated
    Covid-19 REST JHU
    +7
    This Dashboard is a short but an updated version of “Covid-19 Live Visualization using Guided Analytics”. This workflow consumes …
    knime > Digital Healthcare > Covid_19_Dashboard
    1
    knime
  5. Go to item
    Workflow
    Sentiment Analysis: JSON Input
    Sentiment Analysis Inference
    +4
    This workflow showcases how the Container Input (JSON) and Container Output (JSON) nodes can be used to create a REST API for a w…
    jtyler > KNIME-Edge-Server-Workflows > Example_Use_Cases > General > Sentiment Analysis > 02_Sentiment_Analysis_JSON_Input
    1
    jtyler
  6. Go to item
    Workflow
    call workflow service example
    Orchestration REST Call workflow
    This workflow demonstrates how to call a workflow that takes in and out a KNIME data table as a workflow service
    maarit > Public > Articles > Simple Workflow Invocation Examples > callers > call workflow service example
    1
    maarit
  7. Go to item
    Workflow
    Pagination on the example of Google Books API
    Pagination API GET request
    +1
    This workflow demonstrates how to send a GET request with pagination on the example of Google Books API. In the case of Google Bo…
    lada > Public > Examples > Pagination on the example of Google Books API
    1
    lada
  8. Go to item
    Workflow
    Salesforce Bulk operations
    Salesforce Update Bulk
    +2
    This is a component that can be used to update data in Salesforce using the Bulk V2 rest api. I limited it to only a few objects,…
    christofanckaert > Public > Salesforce Bulk operations
    1
    christofanckaert
  9. Go to item
    Workflow
    Collect Workflow Information from KNIME Server REST API
    Workflow abstraction Flow variable REST
    +1
    This workflow collect, saves and analyzes workflow information throgh the Server's REST API. It can be run locally or on the KNIM…
    knime > Examples > 09_Enterprise > 03_Metadata_Mapping > Collect_and_display_Workflow_Summaries_using_KNIME_Server
    1
    knime
  10. Go to item
    Workflow
    KNIME Server Log Parsing
    KNIMEServer REST API
    +3
    This workflow parses logfiles created during the operation of KNIME Server. The workflow was originally developed using KNIME Ser…
    knime > Examples > 09_Enterprise > 01_Server > 03_Using_KNIMEServer_REST_API > 07_Log_Parser_and_Usage_Reporting_on_KNIME_Server
    1
    knime
  11. Go to item
    Workflow
    Model Deployment as REST API
    Deployment REST JSON
    +3
    This workflow demontstrates a mode of deploying a model with KNIME. The workflow receives new unseen data via a REST interface, s…
    knime > Examples > 50_Applications > 27_Deployment_Options > 03_Model_Deployment_as_REST_API
    1
    knime
  12. Go to item
    Workflow
    World Health Organisation - Data API using the new REST nodes
    REST GET Request Path
    +5
    The World Health Organisation (WHO) provides a wide range of data on health related topics. Here we show how to access data from …
    knime > Examples > 01_Data_Access > 05_REST_Web_Services > 01_Data_API_Using_REST_Nodes
    1
    knime
  13. Go to item
    Workflow
    Will they blend? Text File - Google Geocode API - Open Street Maps
    Data blending REST Google API
    +4
    This workflow blends together data from Text Files and from Google Geocode REST API. In particular it reads the list of the small…
    knime > Examples > 03_Visualization > 04_Geolocation > 06_Google_Geocode_API-OSM-text_file
    1
    knime
  14. Go to item
    Workflow
    Translate using Google API
    Google Translation Google API
    +2
    Example workflow using Google Translate API to translate text from one language to another. You need a Google API Key enabled for…
    knime > Examples > 01_Data_Access > 05_REST_Web_Services > 07_Translate_Using_Google_API
    1
    knime
  15. Go to item
    Workflow
    Group 3 Deployment Model
    Deployment Scheduling Model
    +5
    Task for Group 3 in KNIME Data Science Learnathon - Build a workflow that applies a model that can be called from an external app…
    maarit > University Course > Learnathon UM April 21 > Challenges > Group3_Model_Deployment_(Demos) > Group3_Call_Workflow > Group3_Deployment_Model
    0
    maarit
  16. Go to item
    Workflow
    Chapter 3 / Exercise 1
    KNIME Advanced Luck Books Google
    +6
    This exercise illustrates how to extract data from Google Sheets and use this data in a GET Request with the REST service provide…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter3 > Exercises > Exercise 1
    0
    rs1
  17. Go to item
    Workflow
    GET Request
    Books KNIME Advanced Luck REST
    +3
    This workflow connects to the JSONPLaceholder API to get fake posts written by fake users. https://jsonplaceholder.typicode.com/p…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter3 > 2. GETRequest
    0
    rs1
  18. Go to item
    Workflow
    Will they blend? Text File - Google Geocode API - Open Street Maps
    Data blending REST Google API
    +4
    This workflow blends together data from Text Files and from Google Geocode REST API. In particular it reads the list of the small…
    darknoise > Public > 06_Google_Geocode_API-OSM-text_file
    0
    darknoise
  19. Go to item
    Workflow
    Deployment as REST Service
    TheGuideBook Deployment REST
    +2
    This workflow is configurable as a REST service. It receives a JSON file and transforms it back to a data table containing custom…
    knime > Academic Alliance > Guide to Intelligent Data Science > Example Workflows > Chapter10 > 02_Deploy_as_RESTservice
    0
    knime
  20. Go to item
    Workflow
    GET Request
    Books KNIME Advanced Luck REST
    +3
    This workflow connects to the JSONPLaceholder API to get fake posts written by fake users. https://jsonplaceholder.typicode.com/p…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter3 > 2. GETRequest
    0
    jeany

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits