@@ -10,27 +10,27 @@ Building of the library and execution of the sample programs have been checked i
10
10
11
11
OS: CentOS 7.9(x64) (GCC 4.8.5)
12
12
SWIG: 4.0.2
13
- Python: 3.9
14
- GridDB C client: V4.5 CE(Community Edition)
15
- GridDB server: V4.5 CE, CentOS 7.9(x64) (GCC 4.8.5)
13
+ Python: 3.10
14
+ GridDB C client: V4.6 CE(Community Edition)
15
+ GridDB server: V4.6 CE, CentOS 7.9(x64) (GCC 4.8.5)
16
16
17
- OS: Ubuntu 18.04(x64) (gcc 7.5.0)
17
+ OS: Ubuntu 18.04/20.04 (x64) (gcc 7.5.0)
18
18
SWIG: 4.0.2
19
- Python: 3.9
20
- GridDB C client: V4.5 CE (Note: If you build from source code, please use GCC 4.8.5.)
21
- GridDB server: V4.5 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
19
+ Python: 3.10
20
+ GridDB C client: V4.6 CE (Note: If you build from source code, please use GCC 4.8.5.)
21
+ GridDB server: V4.6 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
22
22
23
23
OS: Windows 10(x64) (VS2017)
24
24
SWIG: 4.0.2
25
- Python: 3.9
26
- GridDB C client: V4.5 CE
27
- GridDB server: V4.5 CE, CentOS 7.9(x64) (GCC 4.8.5)
25
+ Python: 3.10
26
+ GridDB C client: V4.6 CE
27
+ GridDB server: V4.6 CE, CentOS 7.9(x64) (GCC 4.8.5)
28
28
29
29
OS: MacOS Catalina (x86_64)
30
30
SWIG: 4.0.2
31
- Python: 3.9
32
- GridDB C client: V4.5 CE
33
- GridDB server: V4.5 CE, Centos 7.9(x64) (GCC 4.8.5)
31
+ Python: 3.10
32
+ GridDB C client: V4.6 CE
33
+ GridDB server: V4.6 CE, Centos 7.9(x64) (GCC 4.8.5)
34
34
35
35
## QuickStart (CentOS, Ubuntu)
36
36
### Preparations
@@ -173,12 +173,12 @@ GridDB Server need to be started in advance.
173
173
- normal query, aggregation with TQL
174
174
- Multi-Put/Get/Query (batch processing)
175
175
- Array type for GridDB
176
+ - timeseries-specific function, affinity
176
177
177
178
(not available)
178
179
- GEOMETRY type for GridDB
179
180
- timeseries compression
180
- - timeseries-specific function like gsAggregateTimeSeries, gsQueryByTimeSeriesSampling in C client
181
- - trigger, affinity
181
+ - trigger
182
182
183
183
Please refer to the following files for more detailed information.
184
184
- [Python Client API Reference](https://griddb.github.io/python_client/PythonAPIReference.htm)
0 commit comments