nani1211 / MSSQLServerRestAPI

REST API for reading and writing data to Microsoft SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using REST API with Microsoft SQL Server

REST API for reading and writing data for Microsoft SQL Server enables you easy read and write data from your database. With help of Node.js you can create a API service, authentication and underlying functions for easier and faster data operations. You can read the data from the database with GET operations or push or insert the data into database with POST operation or you can get a predicted value for your machine learning model, stored (or pickled) in the database or object store.



Feature Summary

  • Reading data from MSSQL using API (blog post)
  • Writing data to MSSQL using API (blog post)
  • Creating predictions using API and R (blog post)
  • Creating predictions using API and Python (blog post)
  • Reading API data with Power BI (blog post)

Cloning the repository

You can follow the steps below to clone the repository.

git clone https://github.com/tomaztk/Useless_R_functions.git

Contributing

Do the usual GitHub fork and pull request dance. Add yourself (or I will add you to the contributors section) if you want to.

Suggestions

Feel free to suggest any new topics that you would like to be covered or follow the blog (Blog post)

License

MIT © Tomaž Kaštrun

About

REST API for reading and writing data to Microsoft SQL Server

License:MIT License


Languages

Language:JavaScript 64.6%Language:TSQL 35.4%