You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: timescaledb-oss/README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
# TimescaleDB (Apache 2.0 Edition)
2
2
3
-
[TimescaleDB](https://github.com/timescale/timescaledb) is an open-source time-series database built on PostgreSQL. It enables fast analytics, efficient storage, and powerful querying for time-series workloads.
3
+
[TimescaleDB](https://github.com/timescale/timescaledb) is an open-source
4
+
time-series database built on PostgreSQL. It enables fast analytics, efficient
5
+
storage, and powerful querying for time-series workloads.
4
6
5
-
**Note**: This image contains only the Apache 2.0 licensed components of TimescaleDB to ensure CNCF licensing compliance. Advanced features requiring the Timescale License (TSL) are not included.
7
+
> [!NOTE]
8
+
> This image contains only the Apache 2.0 licensed components of TimescaleDB
9
+
> (known as "TimescaleDB Apache-2 Edition") to ensure CNCF licensing
10
+
> compliance. Advanced features requiring the Timescale License (TSL) are not
11
+
> included.
6
12
7
-
This image provides a convenient way to deploy and manage the open-source core of `TimescaleDB` with
8
-
[CloudNativePG](https://cloudnative-pg.io/).
13
+
This image provides a convenient way to deploy and manage the open-source core
14
+
of TimescaleDB with [CloudNativePG](https://cloudnative-pg.io/).
INSERT INTO sensor_data VALUES (NOW(), 1, 21.5, 45.0);
90
96
```
91
97
98
+
## Maintainers
99
+
100
+
This container image is maintained by @shuusan.
101
+
92
102
## License
93
103
94
-
This image contains only the Apache 2.0 licensed components of TimescaleDB. Features requiring the Timescale License (TSL) are not included to ensure compliance with CNCF licensing requirements.
104
+
This image contains only the Apache 2.0 licensed components of TimescaleDB.
105
+
Features requiring the Timescale License (TSL) are not included to ensure
106
+
compliance with CNCF licensing requirements.
95
107
96
-
All relevant license and copyright information for the `timescaledb` extension
108
+
All relevant license and copyright information for the `timescaledb-oss` extension
97
109
and its dependencies are bundled within the image at:
98
110
99
111
```text
@@ -102,3 +114,6 @@ and its dependencies are bundled within the image at:
102
114
103
115
By using this image, you agree to comply with the terms of the licenses
0 commit comments