Skip to content

healiseu/dbapiProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DBAPI

Database Application Programming Interface in Mathematica

Overview

Packages in this project extend Wolfram Language with commands that are related to data management and especially generic database management. There is a basic Utilities Package that is used in transformations between Wolfram Language constructs such as List, Rule, Association, and Dataset, and external serialization standards such as JSON and comma-separated values (CSV) files. On top of that package we are porting RESTful APIs from various web services through URLFetch into Wolfram Language building commands with arguments that specify options with rules of the form name->value. An example of such a RESTful API is the OrientDB HTTP API and the OrientDB package.

Features

  • Enhanced OrientDB HTTP RESTful API functionality with powerful new commands for Mathematica users
  • Fully documented functions and packages in the native documentation system of Wolfram Mathematica
  • Build interactive demos, powerful presentations and applications in the vast environment of Wolfram Language with nearly 5,000 built-in functions at a fraction of time it would require to build, test, and support these, in other programming languages.
  • Debug easily your applications by dynamic programming and interactive sessions
  • Deploy your application anywhere thanks to Wolfram Universal Deployment System
  • Create multiple visualization schemes, network topologies, data mining and search indexing algorithms powered by dynamically configured GUIs for the non-experienced user.

Installation

Testing