0.7.1 • Published 1 year ago

@artgenio/core v0.7.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Artgen Social Banner

CD NPM Docker Pulls Docker Image Version Docker Image Size (latest by date) GitHub Last Commit License

Get Started!


# Run in docker
docker run -d -p 80:7200 artgenio/core:latest

# Run with node
npx @artgenio/core

then visit the http://localhost:7200 address for the demo

Project Status


Currently the project in the beta phase, we are in feature freeze and preparing for the 1.0.0 by fixing every bug, streamlining the UX and implementing the common usecases.

Database Support


Not just one, or two, but 4 database provider is supported out of the box. By default the system starts up with an in memory SQLite database, but this is only good for previewing the system capabilities. But, of course You can use and should use persistent databases, simply configure the ARTGEN_DATABASE_DSN environment variable to your target database's DSN.

On boot the system will check if the system database has the necessary tables in place, if not then simply installs them, You have no work with the setup.

ProviderDSN PatternTested
MySQLmysql://username:password@host.tld:3306/dbname8.x
MariaDBmariadb://username:password@host.tld:3306/dbname10.x
PostgreSQLpostgres://username:password@host.tld:5432/dbname14.x
SQLite (InMemory)sqlite::memory:3.x
SQLite (Persistent)sqlite:./path/to/db.sql3.x

It is prefered to run the Artgen's system database in a standalone database, but don't worry, it will not modify any other table just those which You configure to do so.

Import Existing Database

This feature is still in heavy development, but the system is capable of mapping and importing existing databases, by default it will tag them as "readonly" in the sense that it will not modify their structure. But You can remove this tag and change the existing databases as well. It's useful if You want to control your existing system with a versatile user interface.

Feature Index

  • One Click Install Cloud Blueprints
  • Visual Data Modeller
  • Visual Flow Engine
  • Drag and Drop UI Editor
  • Rest API Generator
  • OData API Generator
  • Built In Customizable User Management
  • Customizable Dashboard
  • CRON Scheduled Flows
  • GraphQL API generator (coming soon)
  • Chart / Analytics builder (under development)

Changelog
0.7.1

1 year ago

0.7.0

1 year ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

1 year ago

0.6.4

1 year ago

0.5.0

2 years ago

0.4.1

2 years ago

0.6.1

2 years ago

0.4.3

2 years ago

0.6.0

2 years ago

0.4.2

2 years ago

0.2.10

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.31

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago