mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Add casestudy pages that were missed in the migration
This commit is contained in:
25
templates/pages/about/casestudies/mohawk.html
Normal file
25
templates/pages/about/casestudies/mohawk.html
Normal file
@ -0,0 +1,25 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Case Studies: Mohawk Software{%endblock%}
|
||||
{%block contents%}
|
||||
<h1>Case Studies: Mohawk Software</h1>
|
||||
<h3>Milton, Massachusetts, United States</h3>
|
||||
|
||||
<h2>Company Background</h2>
|
||||
|
||||
<p>Mohawk Software provides consulting services to many types of companies seeking to deploy complex knowledge management and data mining systems. They provide solutions that <b>match the power and sophistication</b> of larger systems deployed at Fortune 500 companies, while proving to be <b>easy to administer</b> and <b>cost significantly less than their proprietary counterparts</b>.</p>
|
||||
|
||||
<h2>Challenging Proprietary Databases</h2>
|
||||
|
||||
<p>For many projects, including handling data from the US Census, Mohawk sought a solution that could handle the demands of large data sets as well as <b>supporting industry standards for access and control of data</b>.</p>
|
||||
|
||||
<p>Before Open Source alternatives such as PostgreSQL, Mohawk would have had to settle for a proprietary system that may or may not support open data-handling standards. The cost for their clients would also have been prohibitive, and would not be feasible with the minimal budgets allocated for information technology.</p>
|
||||
|
||||
|
||||
<h2>PostgreSQL Implements Standards And Exposes Powerful API</h2>
|
||||
|
||||
<p>By using PostgreSQL in their deployments, Mohawk Software was able to <b>reduce the hassle and extra development</b> involved with a deployment, while providing the latest and most standard compliant software for their clients.</p>
|
||||
|
||||
<p>"PostgreSQL <b>handles virtually all the standard SQL constructs</b>. It is easy (relatively speaking) to administer, <b>it is fast</b>, it is efficient, <b>it has a great API</b>, and <b>it supports ODBC</b>, why would you choose something else?. states Mark Woodward, Independent Consultant from Mohawk Software.</p>
|
||||
|
||||
<p>"Any responsible CTO/CIO should seriously evaluate lower cost alternatives [such as PostgreSQL] first."</p>
|
||||
{%endblock%}
|
19
templates/pages/about/casestudies/shannonmedical.html
Normal file
19
templates/pages/about/casestudies/shannonmedical.html
Normal file
@ -0,0 +1,19 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Case Studies: Shannon Medical Center{%endblock%}
|
||||
{%block contents%}
|
||||
<h1>Case Studies: Shannon Medical Center</h1>
|
||||
<h3>San Angelo, Texas, United States</h3>
|
||||
|
||||
<h2>Company Background</h2>
|
||||
<p>Shannon Medical Center performs data analysis for financial, operational, and clinical care systems of hospitals and health care institutions.</p>
|
||||
<p>In their industry, the company must rely on <b>robust technology to handle sensitive and important data</b> across many different aspects of a hospital's information infrastructure. In their solutions, they strive for <b>ease of implementation</b> as well as <b>low cost of deployment</b>.</p>
|
||||
|
||||
<h2>Looking For Flexibility At The Right Price</h2>
|
||||
<p>In a recent implementation, the team at Shannon Medical Center was tasked with making use of an already implemented Decision Support System that contained important hospital data.</p>
|
||||
|
||||
<p>Instead of working with the inflexible technology already in place, the implementation team chose to rebuild the key system from scratch using PostgreSQL as the database. "With PostgreSQL, I was able to create a system with <b>maximum flexibility and control</b> and <b>minimal cost</b>," says Andrew Gould, the principal architect in charge of Shannon Medical Center team. "I am now able to provide Senior Management with information that they've never had."</p>
|
||||
|
||||
<h2>PostgreSQL Solves The Data Dilemma</h2>
|
||||
|
||||
<p>Thanks to the <b>open standards</b> used by PostgreSQL, and the <b>ease of use in a complex IT infrastructure</b>, Shannon Medical Center succeeded in deploying the technology with little difficulty and with great benefit for their client. The analysts were now able to work with data in new and exciting ways to improve the hospital.s bottom line.</p>
|
||||
{%endblock%}
|
22
templates/pages/about/casestudies/vanten.html
Normal file
22
templates/pages/about/casestudies/vanten.html
Normal file
@ -0,0 +1,22 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Case Studies: Vanten Inc. {%endblock%}
|
||||
{%block contents%}
|
||||
<h1>Case Studies: Vanten Inc.</h1>
|
||||
<h3>Taito-ku, Tokyo, Japan</h3>
|
||||
|
||||
<h2>Company Background</h2>
|
||||
|
||||
<p>Vanten Inc. develops Open Source technology solutions for the Japanese marketplace. They have extensive experience in the development and implementation of solutions for many types of enterprises, with the goal of providing <b>cost-effective solutions</b> using the latest technologies.</p>
|
||||
|
||||
<h2>Finding A Scalable Solution For Large Data Sets</h2>
|
||||
|
||||
<p>In a deployment for an ISP backed by DaieiOMC, Japan.s 5th largest credit card company, Vanten sought a solution that would <b>support their large data sets</b> as well as <b>scale with the growth of their business</b>. The goal was a system that could handle data for hundreds of thousands of ISP users while <b>not adding significant cost to the implementation</b>.</p>
|
||||
|
||||
<h2>PostgreSQL Scales To Fit The Task, And At The Right Price</h2>
|
||||
|
||||
<p>Vanten selected PostgreSQL as one of the key components for their solution, relying on the <b>power and extensibility of the database</b> even under heavy load.</p>
|
||||
|
||||
<p>Integrating with other Open Source technology and taking advantage of the "free" licensing of the PostgreSQL technology, Vanten was able to <b>keep their costs down</b> significantly and pass the savings onto their customer.</p>
|
||||
|
||||
<p>According to Chris Phelan, CEO of Vanten, the deployment provided the ISP with "a solution that helps them <b>do their business more efficiently and profitably</b>."</p>
|
||||
{%endblock%}
|
Reference in New Issue
Block a user