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: README.rst
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,7 @@ The repository provides:
8
8
9
9
#. A library package **pywebapi** (https://pypi.org/project/pywebapi) for making PyWebApi Server.
10
10
#. A sample `PyWebApi Server (for IIS) <https://github.com/DataBooster/PyWebApi/tree/master/Sample/PyWebApi.IIS>`_. It can be easily customized to your own PyWebApi Server.
11
-
#. Some sample user-apps/user-modules:
12
-
13
-
* A MDX query transponder (https://github.com/DataBooster/PyWebApi/tree/master/Sample/UserApps/MdxReader)
14
-
15
-
a. It forwards a MDX query (received as JSON from the HTTP client) to a specified OLAP, and then convert the query result to the specified model;
16
-
#. (optional) Sends the above results to a database (`DbWebApi <https://github.com/DataBooster/DbWebApi>`_) for storage or further processing;
17
-
#. (optional) Sends a notification about the final result or error.
18
-
11
+
#. Some sample user-apps/user-modules/user-scripts.
19
12
#. Some utility PyPI packages:
20
13
21
14
+ **dbdatareader** (https://pypi.org/project/dbdatareader/) - Data Reader for .NET `IDataReader <https://docs.microsoft.com/en-us/dotnet/api/system.data.idatareader>`_
@@ -160,7 +153,7 @@ Sample PyWebApi Server (for IIS)
160
153
161
154
#. Migration
162
155
163
-
Although this sample server is hosted in IIS as a complete working example,
156
+
Although this sample server is hosted on IIS as a complete working example,
164
157
the source code is pure Python and does not depend on any features specific to IIS or Windows platforms.
165
158
It can be easily applied to any platform that supports Python(3+).
0 commit comments