linkedfactory / linkedfactory-pod

The reference implementation of the LinkedFactory APIs.
Apache License 2.0
0 stars 2 forks source link

[Backend] Add SQL-based KVIN implementation #9

Open kenwenzel opened 11 months ago

kenwenzel commented 11 months ago

Most companies use SQL databases to store their data. To simplify the implementation of LinkedFactory-based data architectures a SQL-based implementation is required.

What are our options?