I am very new to Drupal and get a bit of mixed browsing information, so I wanted to see if anyone could install me in the right way.
Here is my situation. I have a separate database (on the same Drupal database server) that has a lot of data that is supported by another team. We want to publish this data on the Internet, and with some suggestions, it looks like Drupal views are the way to go.
The problem is that I'm not sure where to go from there. I read the documentation and just looked at the Lullabot tutorial, but my data is not in the field columns.
I read one document that said I should "describe" my external Drupal database, but was not sure how to do it. I found several tools on drupal.org (services, etc.) which say that they can analyze my database and report the structure back to Drupal, but I cannot figure it out.
Basically the end result I want is two things. Firstly, just map the data, as from my external database, to the Drupal node (the only catch, each page is specific to the database object, although the data format / display is standard, the data itself will change using the link, for exmaple, www .example.com / ibm should only provide our data on ibm and as the company name changes, as well as the data displayed), and later I may want to perform some calculations on the data before it appears.
Anyone have suggestions on how to do this or any tutorials?
If this helps, I use Drupal 7.
On the side of the note, if this is not possible to do in Drupal, or even if it is, would it be better to create this in PHP and then wrap it in Drupal somehow? I discuss this because I think I know how to do this in PHP, and it can give me more control over the result (but I'm a bit lazy because I think Drupal can do this for me :-)
Update: Okay, now I'm even more confused. I looked at the opinions and can not get it to integrate with my database. I looked at schemas and channels as a way to describe a database or get it for replication using Drupal. I'm not sure if I will go in the right direction (or in the right direction), because so far everything that I am trying seems to be a dead end. Can anyone suggest a tutorial? Or relate your experience to this? I just want to display content from another database on the page (when users select a specific stock ticker), maybe I want to allow users to configure it later (which is why I think that views are needed).