Skip to content

Commit ac52ba7

Browse files
committed
fix README; re-add pgadmin4
1 parent c65b424 commit ac52ba7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Our Data Stack architecture
1414

1515
## On-line Analytical Processing
1616

17+
* ClickHouse
1718
* Apache Superset
1819

19-
## Graph
20+
## Platform
2021

21-
* Neo4j
22+
* Hadoop (Dockerize)
23+
* Spark (Dockerize)
2224

oltp/pgadmin4/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
VER="6.12"
3+
PKG="pgadmin4-${VER}"
4+
wget -c "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${VER}/source/${PKG}.tar.gz"
5+
rm -rf ${PKG}
6+
tar xf ${PKG}.tar.gz
7+
cd ${PKG}
8+
./configure --prefix=/opt/kalamangga-net
9+
make

0 commit comments

Comments
 (0)