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: docs/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ _The proven test, on one machine(CPU Intel E3-1246V3 RAM 32GB SW-RAID 2x 2TB-720
50
50
|**a Versioned Data DB**|**```✔```**| automatic or user defined versions by Desc/Asc with Max Versions to Keep |
51
51
|**a DB supporting an “Atomic“ Counter Value**|**```✔```**||
52
52
|**a DB supporting Query of Multiple Sequences**|**```✔```**| multiple Columns with multiple Intervals in a Column |
53
-
|**a Document/Files stores DB**|**```✔```**| user defined Meta/Header & Key(file-path) structure whereas anomaly of use is at file-size above Range-Block-size cfg |
53
+
|**a Document/Files stores DB**|**```✔```**| user defined Meta/Header & Key-Fractions(file-path) structure whereas anomaly of use is at file-size above Range-Block-size cfg |
54
54
|**a Super Wide Column DB**|**```✔```**| supporting 16777216(2^24,uint24) number of Fractions, max 2^24 bytes a Fraction and total size of a key upto 2^32 bytes |
Copy file name to clipboardexpand all lines: docs/install/thrift_clients/README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,21 @@ sort: 4
18
18
19
19
## Install the SWC-DB Python Package
20
20
21
-
> You are set, If you have done the Python install part of the [Getting the SWC-DB]({{ site.baseurl }}/install/getting_swcdb/#the-swc-db-tarxz-package) .
22
-
23
-
The [SWC-DB Python package](https://pypi.org/project/swcdb/) is available at https://pypi.org/project/swcdb/
21
+
* The [SWC-DB Python package ```swcdb```](https://pypi.org/project/swcdb/) is available at PyPi.org
24
22
and it can be installed with:
25
-
26
23
```python
27
24
pip install swcdb;
28
25
```
29
26
or for other python versions/implementations
30
-
31
27
```python
32
28
YOUR_PY_EXEC-m pip install swcdb;
33
29
```
34
30
31
+
* The SWC-DB Release Binaries inlcude the `swcdb` Python package:
32
+
```
33
+
SWCDB_VERSION_PYTHON=${SWCDB_VERSION}; # Python package can have another sub-version ".#"
0 commit comments