mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-14 16:41:03 +01:00
247 lines
10 KiB
HTML
247 lines
10 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
|
|
|
<title>pgloader</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="dist/css/bootstrap.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="dist/carousel.css" rel="stylesheet">
|
|
</head>
|
|
<!-- NAVBAR
|
|
================================================== -->
|
|
<body>
|
|
<div class="navbar-wrapper">
|
|
<div class="container">
|
|
|
|
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">pgloader</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="howto/quickstart.html">Quick Start</a></li>
|
|
<li><a href="howto/pgloader.1.html">Reference documentation</a></li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Data Sources HowTos <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li class="dropdown-header">Plain Files</li>
|
|
<li><a href="howto/csv.html">CSV</a></li>
|
|
<li><a href="howto/fixed.html">Fixed format</a></li>
|
|
<li><a href="howto/geolite.html">Geolite</a></li>
|
|
<li class="divider"></li>
|
|
<li class="dropdown-header">Databases</li>
|
|
<li><a href="howto/dBase.html">dBase</a></li>
|
|
<li><a href="howto/sqlite.html">SQLite</a></li>
|
|
<li><a href="howto/mysql.html">MySQL</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="download.html">Download</a></li>
|
|
<li class="active"><a href="sponsors.html">Sponsors</a></li>
|
|
<li><a href="pgloader-moral-license.html">License</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- an empty carousel -->
|
|
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="height: 100px">
|
|
<div class="carousel-inner" style="height: 100px">
|
|
<div class="item active" style="height: 100px">
|
|
<img data-src="holder.js/900x100/auto/#777:#7a7a7a" style="height: 100px">
|
|
<!-- <div class="container"> -->
|
|
<!-- <div class="carousel-caption"> -->
|
|
<!-- <h1>Load data into PostgreSQL. Fast.</h1> -->
|
|
<!-- <p></p> -->
|
|
<!-- </div> -->
|
|
<!-- </div> -->
|
|
</div>
|
|
</div>
|
|
</div><!-- /.carousel -->
|
|
|
|
<div class="container marketing">
|
|
<div class="row featurette">
|
|
<div class="col-md-8 col-md-offset-2">
|
|
<h2 class="featurette-heading" style="text-align: center;">
|
|
pgloader
|
|
<span class="text-muted"> by
|
|
<a href="http://2ndquadrant.com/">2ndQuadrant</a>
|
|
</span>
|
|
</h2>
|
|
<p class="lead" style="text-align: justify; padding-top: 1em;">
|
|
The pgloader project is fully Open Source and released
|
|
under <i>The PostgreSQL License</i> so that anyone can easily
|
|
contribute to the project. The whole project management (issue
|
|
tracking, feature proposals, etc) happens on
|
|
the <a href="https://github.com/dimitri/pgloader">pgloader
|
|
github page</a>, in public.
|
|
</p>
|
|
<a href="http://2ndquadrant.com/">
|
|
<img class="featurette-image img-responsive"
|
|
src="img/2ndquadrant_logo_full_color.640.jpg"
|
|
alt="2ndQuadrant">
|
|
</a>
|
|
<p class="lead" style="text-align: justify; padding-top: 2em;">
|
|
The development of pgloader has been made possible
|
|
by <a href="http://2ndquadrant.com/">2ndQuadrant</a>, <b><i>Global
|
|
experts in PostgreSQL support, training, development, migration
|
|
and consultancy</i></b>, who are seeing through the financial
|
|
aspects of the development of the product and allow its main
|
|
author to invest a lot of time in this community project.
|
|
</p>
|
|
<hr />
|
|
<a href="https://www.iwoca.co.uk">
|
|
<img class="featurette-image img-responsive"
|
|
src="img/iwoca.png"
|
|
alt="iwoca">
|
|
</a>
|
|
<p class="lead" style="text-align: justify; padding-top: 2em;">
|
|
Here's what our customer <b><i>Andrea Crotti</i></b> has to
|
|
say about using and sponsoring <i>pgloader</i>:
|
|
<blockquote style="text-align: justify;">
|
|
<p style="font-size: 180%; color: #808080">
|
|
<i>
|
|
Thanks to pgloader we were able to migrate our main
|
|
database from MySQL to Postgres, which involved moving
|
|
hundreds of tables used by our complex Django project.
|
|
<br /> Dimitri was very helpful. He implemented a new
|
|
feature for us quickly and smoothly.
|
|
</i>
|
|
</p>
|
|
</blockquote>
|
|
</p>
|
|
<p>
|
|
You too can join the sponsor list and have focused development
|
|
time on pgloader from its developer, consider sponsoring the
|
|
project: see the <a href="pgloader-moral-license.html">pgloader
|
|
Moral License</a>.
|
|
</p>
|
|
<hr />
|
|
<a href="http://www.fusionbox.com">
|
|
<img class="featurette-image img-responsive"
|
|
src="img/fb-logo-4d-1000x168.COLOR.png"
|
|
alt="Fusion Box">
|
|
</a>
|
|
<p class="lead" style="text-align: justify; padding-top: 2em;">
|
|
Here's what our customer <b><i>Alexander Groth</i></b> has to
|
|
say about using and sponsoring <i>pgloader</i>:
|
|
<blockquote style="text-align: justify;">
|
|
<p style="font-size: 180%; color: #808080">
|
|
<i>
|
|
<a href="http://www.fusionbox.com">Fusionbox</a> used
|
|
pgloader on a project for a large government agency. We
|
|
needed to migrate a large set of data from an existing SQL
|
|
Server cluster to a new PostgreSQL solution. Pgloader
|
|
greatly reduced the time required to accomplish this
|
|
complex migration.
|
|
</i>
|
|
</p>
|
|
</blockquote>
|
|
</p>
|
|
<p>
|
|
You too can join the sponsor list and have focused development
|
|
time on pgloader from its developer, consider sponsoring the
|
|
project: see the <a href="pgloader-moral-license.html">pgloader
|
|
Moral License</a>.
|
|
</p>
|
|
<hr />
|
|
<a href="http://www.redpill-linpro.com">
|
|
<img class="featurette-image img-responsive"
|
|
src="img/redpill-linpro.jpg"
|
|
alt="Redpill Linpro">
|
|
</a>
|
|
<p class="lead" style="text-align: justify; padding-top: 2em;">
|
|
When <a href="http://www.redpill-linpro.com">Redpill Linpro</a>
|
|
was asked about the most efficient way to migrate
|
|
from <i>Microsoft SQL Server</i> to our
|
|
beloved <a href="http://www.postgresql.org">PostgreSQL</a> by
|
|
one of their customers, they asked me to add support for <i>SQL
|
|
Server</i> in pgloader. Thanks
|
|
to <a href="http://www.redpill-linpro.com">Redpill Linpro</a>
|
|
now everyone can do the same, as the result is Open Source and
|
|
fully integrated into pgloader!
|
|
</p>
|
|
<hr />
|
|
<p>
|
|
More work is available for <i>sponsoring</i>, so if you want to
|
|
have pgloader support <i>Oracle®</i> or some other source,
|
|
please get in touch! See also
|
|
the <a href="pgloader-moral-license.html">pgloader Moral
|
|
License</a>, a good and easy way to sponsor maintenance, bug
|
|
fixing, new features and other needed work!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div class="container"> -->
|
|
<!-- <div class="row"> -->
|
|
<!-- <div class="col-md-2"> </div> -->
|
|
<!-- <div class="col-md-8"> -->
|
|
<!-- <h1>pgloader sponsors</h1> -->
|
|
<!-- <p> -->
|
|
<!-- pgloader is developed -->
|
|
<!-- by <a href="http://2ndquadrant.com/">2ndQuadrant</a>, Global -->
|
|
<!-- experts in PostgreSQL support, training, development, migration -->
|
|
<!-- and consultancy. -->
|
|
<!-- </p> -->
|
|
<!-- <p> -->
|
|
<!-- <a href="http://2ndquadrant.com/"> -->
|
|
<!-- <img src="2ndquadrant_logo_full_color.640.jpg"> -->
|
|
<!-- </a> -->
|
|
<!-- </p> -->
|
|
<!-- </div> -->
|
|
<!-- <div class="col-md-2"> </div> -->
|
|
<!-- </div> -->
|
|
|
|
<!-- FOOTER -->
|
|
<footer>
|
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
|
<p>© 2013-2014 Dimitri Fontaine. ·</p>
|
|
</footer>
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
|
<script src="dist/js/bootstrap.min.js"></script>
|
|
<!-- <script src="docs-assets/js/holder.js"></script> -->
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-47059482-2', 'tapoueh.org');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|