Questions tagged [federated]

Federated processing is a delegation of method invocation calls to trusted third party APIs or web services.

Federated processing transparently maps requests from multiple locations to return a single response. A federated data source can be queried directly even though the data is not stored locally.

References

111 questions
0
votes
1 answer

select from another mysql host

is it possible to execute a SELECT command on a mysql host db2, being logined to mysql host db1? e.g. i'm logined on mysql server db1, and i want to SELECT some data from db1 tables and db2 server tables with one query. i've found out that i can use…
kipelovets
  • 1,204
  • 2
  • 13
  • 16
0
votes
1 answer

Foreign Key between federated tables in SQL Azure

I have a problem.. I need to define foreign keys between federated tables, and I cant do it.. I have two tables... CREATE TABLE Tarifa( [cp_id] [int] NOT NULL, [id] [uniqueidentifier] NOT NULL, [nombre] [varchar](200) NOT NULL, [comision]…
bombai
  • 927
  • 1
  • 17
  • 27
0
votes
1 answer

Federated engine copy DB or points to a table in another DB connection

I confused by posts , that Federated engine copies a table from Remote database to local database (or) Federated engine creates virtual table in local database from remote database . can some one support what it actually does.?
Surya
  • 3,408
  • 5
  • 27
  • 35
0
votes
1 answer

Rails API for Federated ID

I am looking for a Rails API for a federated id service or cloud sso. I've been playing around with the idea. Of CAS and omniauth but for an enterprise-ish app it would be better if it could auth could be unified across all applications a small…
0
votes
1 answer

Drupal session on different host and federated mysql database management

I have two instances of Drupal website www.drupalwebsite1.com and www.drupalwebsite2.com I am using federated tables (MySQL ). I need to know how to manage session for these two instances so when user login on instance 1 www.drupalwebsite1.com…
-2
votes
1 answer

MySQL. Join tables from different servers

How to make JOIN between two tables from two different databases on two different servers without using FEDERATED tables? Is there any another architectural solutions for it in web-application powered by PHP?
adiv
  • 68
  • 1
  • 6
1 2 3 4 5 6 7
8