-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b183e3c
commit cf5e0fd
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
title: ApptiveGrid - Digitize and Automatize Business Processes | ||
layout: blogpost | ||
publishDate: "2024-02-26" | ||
|
||
ApptiveGrid is a SaaS tool to digitize and automatize business processes. | ||
|
||
On the one hand ApptiveGrid is visual database that enables you to model your database via web frontend. At the same time this model is available via REST API. | ||
|
||
![](file:///web/files/success/2024-02-ApptiveGrid1.png) | ||
|
||
|
||
On top of the data model a form creator turns your model into a form that you can send e.g. via email to inquire data from other people. | ||
|
||
![](file:///web/files/success/2024-02-ApptiveGrid3.png width=800px) | ||
|
||
|
||
On the other hand ApptiveGrid is a workflow system where you can define your work flow in the web frontend and connect to events. These events are either internal (resulting from a change in your data model) or external where you can use web hooks to kick of work flows. | ||
|
||
|
||
![](file:///web/files/success/2024-02-ApptiveGrid1.png width=800px) | ||
|
||
|
||
With the combination of both parts ApptiveGrid is able to solve many of modern digital workflows. It enables to make it for low cost and in almost no time which are two pretty good reasons to use it. | ||
|
||
|
||
Get you free account today to try it yourself! [https://www.apptivegrid.de](https://www.apptivegrid.de) | ||
|
||
|
||
## About the tech stack | ||
|
||
- The business backend of ApptiveGrid is 100% Pharo | ||
- It uses [https://github.com/svenvc/zinc] Zinc Components for the HTTP frontend | ||
- and [https://github.com/ApptiveGrid/Soil] Soil as the persistence solution. | ||
- Each user has its own database (an empty soil database is 24kb on disk). | ||
- one Pharo image holds multiple soil databases open and provides memory caching for the objects | ||
- routing of requests is done with haproxy connection persistence | ||
- the web frontend is made with Vue.js and a Pharo library that we transpile to JS with PharoJS | ||
|
||
|
||
|
||
Contact: [email protected] | ||
Website: [https://www.apptivegrid.de](https://www.apptivegrid.de) | ||
|