I have an RDBMS (SQL Server/ Oracle) and a Hadoop database on the other end. Primary-key 'customer' is common in both data stores.
A few questions:
- Is it possible to have a datamart that can pull data from both RDBMS & Big data and produce reports? What would be a tool example?
- Does the datamart itself need to be a RDBMS store or can it be some in-memory stuff?
- Whats the best way to run data analytics in this environment?
- What about data visualization?
Or should I just get all data into an RDBMS data warehouse and then solve for these questions?