Jazz 1.25.+
Loading...
Searching...
No Matches
[Programming documentation for the Jazz Server version "1.25.0"]

Programming Documentation of the Jazz Server

Jazz Modules Diagram

This diagram shows how the different Jazz modules fit.
Jazz modules

The maturity level of the different modules is:

Maturity Description
nothing Code is complete, tested and already was in previous versions.
[v.m.r] Code under active development and will be released when the version v.m.r is complete.


There are three C++ namespaces, intended for general c++ Jazz programming, possibly using external Jazz servers, but not necessarily as implemented as an http server:

  1. jazz_elements (All the pieces: Blocks, Kinds, Tuples, storage, communication, services, etc.)
  2. jazz_bebop (Everything to run Bebop (just Bop) code: Spaces, Concepts, Opcodes, Cores and the compiler itself.)
  3. jazz_models (Model algorithms, including the resolver and tools to expose them via API)

    Additionally, there is a namespace for the server:

  4. jazz_main (putting it all together, the http API and the server)
    And, of course, Jazz development is about making the server run Bebop code and interfacing via REST using python or any front-end tech via the REST API.

REPOSITORIES

Everything is in the Jazz repository.

LICENSE

Jazz (c) 2018-2025 kaalam.ai (The Authors of Jazz), using (under the same license):

  1. Biomodelling - The AATBlockQueue class (c) Jacques BasaldĂșa, 2009-2012 licensed exclusively for the use in the Jazz server software.

    Copyright 2009-2012 Jacques BasaldĂșa

  2. BBVA - Jazz: A lightweight analytical web server for data-driven applications.

    Copyright 2016-2017 Banco Bilbao Vizcaya Argentaria, S.A.

    This product includes software developed at

    BBVA (https://www.bbva.com/)

    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  3. LMDB: Copyright 2011-2017 Howard Chu, Symas Corp. All rights reserved.

    Licensed under http://www.OpenLDAP.org/license.html

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.