You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

htms-obj

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htms-obj

Hyper Table Management System (HTMS) - high level API

2.3.1
pipPyPI
Maintainers
1

Tabular-network data model

This project is a new, original approach to building data models and implementing software at the junction of the concepts of relational DBMS, network DBMS and the object-relational mapping (ORM) concept. The new data model was called a "Tabular-Network".

Tabular-Network DBMS may be of interest in subject areas in which existing SQL and NoSQL systems are not always effective: in big data processing, in adaptive applications with self-modifying database structures, in embedded systems etc. The first functionally complete implementation of the API was called the HyperTable Management System (HTMS).

Simplicity was one of the main goals of creating HTMS. Using the HTMS API is no more complicated than the APIs of well-known ORMs such as Django. But the tabular-network model is much closer to the real world than the relational model, so to design the databases easier.

HTMS includes:

  • htms_obj_api - object-oriented high level API - a library of utilities and classes at the logical level for creating a database and manipulating data in application code (analogue of ORM);
  • htms_mid_api - library of middle level utility functions and classes, which is the basis for the htms_obj_api, and it can also be used by application's programmers;
  • htms_low_api - library of low level utility functions and classes, which is the basis for htms_mid_api and htms_obj_api, and it can also be used by experienced system programmers;
  • HTed - a universal HyperTable screen editor, implemented as a website on the Django framework, which can connect to any server regardless of applications (functionally close to the PgAdmin web utility for PostgeSQL);

Full description: https://github.com/Arselon/HTMS

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

HTMS

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts