Gathering detailed insights and metrics for @balena/pinejs
Gathering detailed insights and metrics for @balena/pinejs
Gathering detailed insights and metrics for @balena/pinejs
Gathering detailed insights and metrics for @balena/pinejs
npm install @balena/pinejs
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
63 Stars
5,371 Commits
11 Forks
23 Watching
62 Branches
35 Contributors
Updated on 21 Nov 2024
TypeScript (94.62%)
JavaScript (3.38%)
Python (1.97%)
Dockerfile (0.03%)
Cumulative downloads
Total Downloads
Last day
148.7%
766
Compared to previous day
Last week
48.2%
3,001
Compared to previous week
Last month
-39.9%
9,372
Compared to previous month
Last year
-25%
165,542
Compared to previous year
39
39
Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated OData API. This makes it very easy to rapidly create, update and maintain a backend while keeping the logic in an easily understood form, as well as providing the ability to update and maintain this logic going forward.
Rules are described in SBVR format, which stands for "Semantics of Business Vocabulary and Business Rules". SBVR provides a way to capture specifications in natural language and represent them in formal logic, so they can be machine processed.
The basic components of SBVR are as follows:
Term: [Term Name]
. Generally speaking, these map to tables in a relational database, or attributes of other tables.Fact type: pilot can fly plane
or Fact type: pilot is experienced
- these somewhat map to fields and foreign keys in a relational database.Rule: It is obligatory that each pilot can fly at least 1 plane
. The expressive capability of SBVR rules is much more than simple SQL DDL, and has the full power of First Order Logic.In order to get an idea of how SBVR works, visit the sbvr lab, and for more details, check out the SBVR spec.
As part of the @balena/pinejs package the following tools are installed:
npx sbvr-compiler test.sbvr
npx odata-compiler test.sbvr /test
Both tools use some of the main dependencies of Pine.js:
The above packages are written in OMeta
and compiled into Javascript. The following resources consitute a good starting point in order for someone to get a better understanding of OMeta and the above dependencies:
The following papers are also helpful in understanding the main concept of Pine.js:
The documentation inside /docs folder also provide a great overview of the main concepts of Pine.js, in particular:
One can experiment with Pine.js, its main dependencies and the above tools inside the development environment of balena.
Start by creating your very first application with Pine.js. Jump to the Getting Started guide.
An application can choose between two types to save file content or another large object: File
or WebResource
. When using a File
, PineJS saves the content in the database using a binary data type like BYTEA
or BLOB
. When using a WebResource
, PineJS saves the binary content on an external storage service and then writes metadata, including the content public URL, to the database. Client apps use the WebResource
href
to get the content.
Please note that WebResource
is still a work in progress and as such has a few limitations. Such as (but not exclusively):
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
Found 9/19 approved changesets -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More