mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
165 lines
6.6 KiB
HTML
165 lines
6.6 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/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 class="active"><a href="download.html">Download</a></li>
|
|
<li><a href="sponsors.html">Sponsors</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">
|
|
<div class="row">
|
|
<div class="col-md-2"> </div>
|
|
<div class="col-md-8">
|
|
<h1>Download pgloader</h1>
|
|
<p>
|
|
You can fetch the source code
|
|
from <a href="https://github.com/dimitri/">GitHub</a> or fetch a
|
|
self-contained binary image using the following links:
|
|
</p>
|
|
<table class="table">
|
|
<tr><th>File Type</th><th>URL</th></tr>
|
|
<tr><td>Repository</td>
|
|
<td><a href="https://github.com/dimitri/pgloader">https://github.com/dimitri/pgloader</a></td>
|
|
</tr>
|
|
<tr><td>Sources</td>
|
|
<td><a href="http://pgloader.io/files/pgloader-latest.tgz">pgloader-latest.tgz</a></td>
|
|
</tr>
|
|
<tr><td>debian wheezy, <tt>amd64</tt></td>
|
|
<td><a href="http://pgloader.io/files/pgloader_3.2.0+dfsg-1_amd64.deb">pgloader_3.2.0+dfsg-1_amd64.deb</a></td>
|
|
</tr>
|
|
<tr><td>CentOS 6.4, <tt>amd64</tt></td>
|
|
<td><a href="http://pgloader.io/files/pgloader-3.2.0-22.el6.x86_64.rpm">pgloader-3.2.0-22.el6.x86_64.rpm</a></td>
|
|
</tr>
|
|
<tr><td>MacOSX 10.9.2</td>
|
|
<td><a href="http://pgloader.io/files/pgloader-3.2.0.pkg">pgloader-3.2.0.pkg</a></td>
|
|
</tr>
|
|
<tr><td>Windows 32bits</td>
|
|
<td><a href="http://pgloader.io/files/pgloader-3.1.ed853a7.exe">pgloader-3.1.ed853a7.exe</a></td>
|
|
</tr>
|
|
</table>
|
|
<p>
|
|
Those build have been made
|
|
using <a href="http://sbcl.org/">SBCL</a>, and pgloader is known
|
|
to also work with <a href="http://ccl.clozure.com/">Clozure
|
|
Common Lisp</a>.
|
|
</p>
|
|
<p>
|
|
Note that in theory more platforms should be supported out of
|
|
the box, it's all about setting up the <i>building
|
|
environment</i> (read <i>virtual machines</i>) and testing the
|
|
artifacts.
|
|
</p>
|
|
<p>
|
|
The file <tt>pgloader-3.1.ed853a7.exe</tt> has been prepared and
|
|
testing using <i>Windows™ 7 Enterprise</i> in a <tt>32 bits</tt>
|
|
Virtual Machine. As pgloader comes without a GUI, you will need
|
|
to use that file from the Windows Command Line. The Windows build
|
|
is considered experimental, and doesn't include support for
|
|
compressed archives yet.
|
|
</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>
|