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.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ Simple Access Layer (SAL)
3
3
4
4
A data access and storage middleware.
5
5
6
-
Provides a heirarchical organisational structure into which various, administrator defined data sources can be stored. Users can locate, read and write data using a simple API.
6
+
Provides a hierarchical organisational structure into which various, administrator defined data sources can be stored. Users can locate, read and write data using a simple API.
7
7
8
-
The SAL server provides a REST API to access and modify data (where permitted). Client libraries for python are provided that automatically deserialise and convert the SAL data classes into equivalent python objects.
8
+
The SAL server provides a REST API to access and modify data (where permitted). Client libraries for python are provided that automatically de-serialise and convert the SAL data classes into equivalent python objects.
9
9
10
-
The backend persistance storage is easily replacable to enable data to be easily stored using a range of different technologies - object stores, filesystems, databases.
10
+
The backend persistence storage is easily replaceable to enable data to be easily stored using a range of different technologies - object stores, filesystems, databases.
0 commit comments