Teradata Rest Services - rest

I would like to use REST Services on Teradata, the TDB is on windows installed, how can I install REST Services on windows, did someone hier already have tried it and can tell steps or is there a good video explain that well? Thx

Related

How can i Call restFull API in PostgreSQL

I am using PostgreSQL 12.6, compiled by Visual C++ build 1914, 64-bit on Windows Server. And like to know how can I call RestFull API using python or perl in postgres.
I am relatively new in call restFull API from postgres so I will need a step by step guide on how to do this.
Thanks in advance.
From what I can gather PostgreSQL works the same way as MariaDB and MySQL.
In python, you can use this library to connect to your endpoints.
The readme provides a nice how-to for beginners to use.

How to sequence an webserver like nodejs or kestrel in app-v?

i need to have a webserver in an app-v container.
I could not find examples how to sequence and configure a webserver with app-v.
Are there examples available for sequencing e.g. nodejs or even .net core webserver kestrel?
Thank you for the help.
Simon
Never seen a web server packaged with app-v, but I've used app-v seldom, so I may be wrong.
Solutions like Docker are much more suitable for web apps virtualization.

Connecting to PingFederate server for SSO using JavaScript/Angular

I found corresponding nuget package in visual studio, but my client is not c#. As i am new to SSO concept i am having trouble to get things started. Any help in this regard would be good.
thanks in advance.
We (disclaimer: I work for Ping) have a great "how to" article that should give you all the considerations and option for how to SSO enable your application regardless of the language and framework you've built it with.
Please have a read here: https://www.pingidentity.com/content/developer/en/resources/application-integration-overview.html

How to run Microsoft Bot Framework on CentOS

I have a CentOS VPS and a Microsoft Bot Framework program. Is there a way that I can deploy the bot onto the CentOS VPS? Thank you.
BotFramework has libraries written for NodeJs and .Net (including .Net core that works on Linux platforms) out of the box, and it has REST API that can be utilized from any language on your platforms that allows doing http/s requests.
So, the simplest way for you: write your bot on NodeJs and deploy it to CentOS. There're plenty of examples on BotFramework site how to create bots in NodeJs.
https://docs.botframework.com/en-us/node/builder/overview/

Installer for Software? Paas?

currently I'm looking for an open source project that gives me the opportunity to install software easily. I prefer direct calls or access with a REST interface.
I thought that CloudFoundry would fits my needs but it is'nt so.
AppFog (https://www.appfog.com/product/) comes much closer to my goal. It allows me to install Drupal, Wordpress, PhpMyAdmin, NodeJS Apps and so on.
The conclusion is that I'm looking for an project that...
is open source.
gives that possibility to install, configure and
uninstall software
is extendable when a specific software not
available
is accessible with an interface like REST.
is "hostable" on my own linux server
I would be happy for all kind of hints and tips :)
Cheers Tobias
Docker is seems to be the next big thing in the PaaS world. There are dozens new projects that build on top of docker or supporting it. For example OpenShift and Apache Stratos support docker. So if you look at solutions based on docker you can find a solution for you needs.
Right now I'm using docker for hosting couple of Drupal websites with simple bash scripts to manage them. Nginx is used for web traffic routing
Docker is open source
Gives you ability to prepare and install apps
You can build what you need on top of it
It has REST interface
It is running on nearly all major Linux distros
Its relatively easy to learn and use
Has great community
Tobias,
Suggest you look at Apache Stratos:
100% open source
Easy to Get Up and Running
Highly extensible, flexible, expandable
Uses REST APIs
Runs on Linux (Ubuntu or SUSE)
Mature (version 4)
See:
Intro article -- "Why Apache Stratos is the Preferred Choice in the PaaS Space"
http://wso2.com/library/articles/2014/05/why-apache-stratos-is-the-preferred-choice-in-the-paas-space/
Apache Stratos Project site -- which notes that "Stratos PaaS is easy to get it up and running in quick time. A developer will be able to run and test PaaS framework on a single machine to try out."
http://stratos.apache.org/
Cheers,
Michael
OpenShift is what you looking for :
it is open source and free for 3 gears for ever.
gives that possibility to install, configure and uninstall software in openshift.redhat.com or in rhc client tools.
it is extendable when a specific software not available is accessible throw DIY(Do it yourself)
with an REST interface
is "hostable" on Fedora or CentOS .
It is really easy to setup throw Eclipse.