Skip to content

Commit 6c3445d

Browse files
committed
Update README
1 parent e21bf49 commit 6c3445d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
# PostGraph
22

3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/854cafdbd0394189bec10e8fdd17df7f)](https://app.codacy.com/gh/PostGraphDB/postgraph?utm_source=github.com&utm_medium=referral&utm_content=PostGraphDB/postgraph&utm_campaign=Badge_Grade) <a href="https://github.com/PostGraphDB/PostGraph/blob/master/LICENSE"><img src="https://img.shields.io/github/license/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/issues"><img src="https://img.shields.io/github/issues/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/network/members"><img src="https://img.shields.io/github/forks/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/stargazers"><img src="https://img.shields.io/github/stars/PostGraphDB/PostGraph"/></a>
3+
<a href="https://github.com/PostGraphDB/PostGraph/blob/master/LICENSE"><img src="https://img.shields.io/github/license/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/issues"><img src="https://img.shields.io/github/issues/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/network/members"><img src="https://img.shields.io/github/forks/PostGraphDB/PostGraph"/></a> <a href="https://github.com/PostGraphDB/PostGraph/stargazers"><img src="https://img.shields.io/github/stars/PostGraphDB/PostGraph"/></a>
44
<p align="center">
55
<img src="/logo.png">
66
</p>
77

88
## Introduction
99
PostGraph is a multi-model, graph centric query engine build on Postgres. PostGraph is designed to work fast with your OLTP, OLAP and AI Applications.
1010

11-
### PostGraph Supports
12-
- Cypher - Use the Cypher Query Language to explore your data and run Graph queries.
13-
- Vectors - Combine Vectors with your graph data to unlock new and valuable insights
14-
- PostGIS - Unlock the power of spatial data in your graph database.
15-
- Full Text Search - Sift through vast amounts of textual data and combine with Vectors to unlock your natural language processing models
16-
1711
## Requirements
1812
- Linux
19-
- PosgreSQL v14
2013
- PostGIS 3.3
2114
- Development Files for PostgreSQL and PostGIS
2215

2316
## Building & Installation From Source
17+
18+
Download and Install the postgres_for_postgraph source
19+
```bash
20+
git clone https://github.com/PostGraphDB/postgres_for_postgraph
21+
cd postgres_for_postgraph
22+
./configure --prefix=($pwd)
23+
make
24+
sudo make install
25+
```
26+
27+
Install PostGIS
28+
29+
Install PostGraph
2430
```bash
2531
git clone https://github.com/PostGraphDB/postgraph
2632
cd postgraph

0 commit comments

Comments
 (0)