{{theTime}}

Search This Blog

Total Pageviews

What is ODA Data Source and What are the Types of ODA Data Sources

ODA -- Open Data Access
Types of ODA:
  • Flat File Data Source
  • Hive Data Source
  • JDBC Data Source
  • Web Services Data Source
  • XML Data Soure

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...