0.14.0 • Published 1 year ago

@comake/skql-js-engine v0.14.0

Weekly downloads
-
License
BSD-4-Clause
Repository
github
Last release
1 year ago

npm version License

SKQL Javascript Engine

This is a Javascript implementation of a Standard Knowledge Query Language Engine for Standard Knowledge Language (SKL). It is written in Typescript and follows the SKL Engine specification.

How to use SKQL Javascript Engine

1. Install via npm or yarn:

npm install @comake/skql-js-engine
yarn add @comake/skql-js-engine

2. Define Schemas

We will be posting more documentation on schemas soon.

3. Write code

Once you have schemas defined for your domain, all you have to do is write code using the Verbs and Nouns in your schema to build your application logic.

Browser support

To use SKQL Javascript Engine in a browser, you'll need to use a bundling tool such as Webpack, Rollup, Parcel, or Browserify. Some bundlers may require a bit of configuration, such as setting browser: true in rollup-plugin-resolve.

How to contribute

To clone the repo, execute the following commands in your terminal:

git clone https://github.com/comake/skql-js-engine.git
cd skql-js-engine
npm ci

License & Copyright

SKQL Javascript Engine is open-source with certain limitations. See the LICENSE file for more info.

Copyright (c) 2022, Comake, Inc.

TODO

  • add SKDS schema source
  • Add reference to examples in readme
0.12.0

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.13.1

1 year ago

0.11.0

2 years ago

0.10.1

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.11.2

2 years ago

0.11.3

2 years ago

0.11.4

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.7.2

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.3

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago