Difference between revisions of "Main Page"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 30: Line 30:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
GigaFlow is [https://www.viavisolutions.com/  VIAVI's] Netflow collection and monitoring platform. GigaFlow helps you regain control of your IT network, giving you network-based security and application assurance.
 +
 +
GigaFlow's documentation and Wiki is still in Beta, at version 0.9.
 +
 +
== Installation ==
 +
 +
From version 2.7 psycopg is distributed as binary package [https://pypi.python.org/pypi/psycopg2 on PyPI]:
 +
 +
$ pip install -U pip      # make sure your pip is up-to-date
 +
$ pip install psycopg2
 +
 +
== Links ==
 +
 +
* [http://initd.org/psycopg/ Homepage]
 +
* [http://initd.org/psycopg/docs/ Documentation]
 +
* [http://initd.org/psycopg/docs/news.html#current-release Recent changes]
 +
* [http://initd.org/psycopg/docs/faq.html FAQ] (An [http://initd.org/pub/software/psycopg/FAQ older faq] is also available)
 +
* [https://github.com/psycopg/psycopg2 Source code Web interface]
 +
* Examples: [[Using psycopg2 with PostgreSQL]]
 +
 +
== Mailing Lists ==
 +
 +
* [http://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=psycopg Manage subscription]
 +
* [http://archives.postgresql.org/psycopg/ Archives]
 +
 +
== Getting GIT repo ==
 +
 +
git clone https://github.com/psycopg/psycopg2.git
 +
 +
[[Category:Python]]
 +
[[Category:Language interface]]

Revision as of 15:15, 13 November 2018


Contents

About

This Wiki complements the GigaFlow How-To Guide and the GigaFlow Reference Manual, both distributed with every installation of GigaFlow.

Use the links above to find relevant notes, search using keywords or see the Main Index for more.

GigaFlow is VIAVI's Netflow collection and monitoring platform. GigaFlow helps you regain control of your IT network, giving you network-based security and application assurance.

GigaFlow's documentation and Wiki is still in Beta, at version 0.9.

Installation

From version 2.7 psycopg is distributed as binary package on PyPI:

$ pip install -U pip      # make sure your pip is up-to-date
$ pip install psycopg2

Links

Mailing Lists

Getting GIT repo

git clone https://github.com/psycopg/psycopg2.git