database search, display and management – natural sciences website
-
Hello,
I am building a WordPress website dealing partly with taxonomic content (natural sciences). What I would like is to have a part of the website (probably done with custom post type) that is focussed on species and that shows data stored in a big database (currently an Excel file of approx 30 columns and 14 000 rows – but it will increase to ~150 000 by the time).
The following image explain the architecture :
Or see here : Architecture
Some informations about how it have to work :
1) people search for species name in a dedicated field that only search in this database (and not in the whole website), in the “Species” column.
After they have selected the species (directly in the search form, or in an intermediate page…), the URL with the “ID_Valide” is found (ex : https://www.mywebsite/species/33) ; (“Unique_ID” refers to only one species name, but this species name may be in fact no more valid in taxonomy and may refers to another one, as it is the example with species designed by “Unique_ID” 34 & 35 that are in fact 33 (see “ID_Valide” – If someone choose these species (34 or 35), they will in fact have access to the page that show results for 33) – see yellow arrows and web-page in the architecture image for illustration).2) After the URL has been found (i.e. the “ID_Valide” has been identified by selecting a species name), a custom post type page show database content of the line of this “ID_Valide” (see second table).
I am currently clearing all the possibilities to build this project, and as I’m not programmer, I would appreciate some help & recommendations to do it properly (and with a good functionality in term of speedness, etc.).
Here are the important points :
– I need that the result page that show the content of the table 2 after species selection has to be automatically built according to the content of the table 2 (I cannot make 14 000 pages by hand, and as the taxonomy evolves permanently, I need to have a process that can be easily updated…).
– I need to have a search form that look into a specified field in a specified database and to link it with (at least) one other database.So, I am looking for help & informations about plugins and/or solutions I can use to :
– build the species search form
– import a database in wordpress and manage it (ex : make the update easily, etc.)
– display content of the database on a custom post page.Do anyone could provide me advices, help and/or plugin recommandations for this very interesting projet ?
Many thanks for your help ??
RPO
- The topic ‘database search, display and management – natural sciences website’ is closed to new replies.