Commit 6c3445d 1 parent e21bf49 commit 6c3445d Copy full SHA for 6c3445d
File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# PostGraph
2
2
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 >
4
4
<p align =" center " >
5
5
<img src =" /logo.png " >
6
6
</p >
7
7
8
8
## Introduction
9
9
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.
10
10
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
-
17
11
## Requirements
18
12
- Linux
19
- - PosgreSQL v14
20
13
- PostGIS 3.3
21
14
- Development Files for PostgreSQL and PostGIS
22
15
23
16
## 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
24
30
``` bash
25
31
git clone https://github.com/PostGraphDB/postgraph
26
32
cd postgraph
You can’t perform that action at this time.
0 commit comments