All Projects → directus → Next

directus / Next

Licence: gpl-3.0
Directus is a real-time API and App dashboard for managing SQL database content. 🐰

Projects that are alternatives of or similar to Next

Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+11782.88%)
Mutual labels:  api, graphql, cms, content, database, mysql, postgresql, sqlite, mssql, realtime, app, headless, dashboard
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1891.89%)
Mutual labels:  database, mysql, postgresql, sqlite, mssql
Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (+573.87%)
Mutual labels:  cms, mysql, postgresql, sqlite, mssql
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+2893.69%)
Mutual labels:  graphql, database, mysql, mssql, realtime
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-53.15%)
Mutual labels:  database, mysql, postgresql, sqlite, mssql
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+16267.57%)
Mutual labels:  database, mysql, postgresql, sqlite, mssql
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System
Stars: ✭ 241 (+117.12%)
Mutual labels:  cms, mysql, postgresql, sqlite, mssql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+3281.98%)
Mutual labels:  database, mysql, postgresql, sqlite, mssql
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+318.02%)
Mutual labels:  api, cms, database, mysql, headless
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+337.84%)
Mutual labels:  api, graphql, cms, database, mysql
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+345.05%)
Mutual labels:  database, mysql, postgresql, sqlite, mssql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+24046.85%)
Mutual labels:  database, mysql, postgresql, dashboard
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+567.57%)
Mutual labels:  mysql, postgresql, sqlite, mssql
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+22802.7%)
Mutual labels:  mysql, postgresql, sqlite, mssql
Xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
Stars: ✭ 6,464 (+5723.42%)
Mutual labels:  mysql, postgresql, sqlite, mssql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+5532.43%)
Mutual labels:  database, mysql, postgresql, sqlite
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+37545.05%)
Mutual labels:  api, graphql, cms, dashboard
Iobroker.sql
Store history data in SQL Database: MySQL, PostgreSQL or SQLite
Stars: ✭ 37 (-66.67%)
Mutual labels:  mysql, postgresql, sqlite, mssql
Dbmigrations
A library for the creation, management, and installation of schema updates for relational databases.
Stars: ✭ 67 (-39.64%)
Mutual labels:  database, mysql, postgresql, sqlite
Easydb
Easy-to-use PDO wrapper for PHP projects.
Stars: ✭ 624 (+462.16%)
Mutual labels:  database, mysql, postgresql, sqlite

Logo


🐰 Introduction

Directus is a real-time API and App dashboard for managing SQL database content.

  • Free & open-source. No artificial limitations, vendor lock-in, or hidden pricing.
  • REST & GraphQL API. Instantly adds a blazingly fast Node.js API layer to your database.
  • Manage pure SQL. Works with existing SQL databases, or helps build new architectures from scratch.
  • Choose your database. Supports PostgreSQL, MySQL, SQLite, OracleDB, MariaDB and MS-SQL.
  • Allows self-hosting. Choose your hosting and infrastructure, run locally, or deeply integrate on-premises.
  • Completely extensible. Built to white-label, it is easy to customize our modular platform.
  • A modern dashboard. A Vue.js Admin App so safe and intuitive, non-technical users require no training.

Learn more about Directus on our website.


🚧 Beta

DO NOT USE THIS VERSION IN PRODUCTION.

This is pre-release software, therefore migrations will not be provided, breaking changes may occur at any time, and certain features might be missing or broken. You can follow along with the issue tracker for an in-depth list of upcoming enhancements, with the following notable features still under development:

  • [ ] MS SQL Support
  • [ ] OracleDB Support
  • [ ] Import/Export Endpoints

⚙️ Installation

Create a new Directus project by running the following npm command:

npx create-directus-project my-project

Or, using yarn:

yarn create directus-project my-project

Simply follow the setup prompts and the CLI will create your new project directory (eg: my-project), configuration file, and initial database. To get the most out of Directus, and to ensure you have the latest security patches, it is important to keep your projects up-to-date. For more information, view our docs on Updates & Migrations.


📌 Requirements

Directus only requires Node.js (or PHP), and supports most operating systems and SQL database vendors.

  • Node.js 10+
  • npm 6.x+

Supported Databases

  • PostgreSQL 10+
  • MySQL 5.6+
  • MariaDB 10.1+
  • SQLite 3+
  • MS-SQL X.X+
  • OracleDB X.X+

Supported OS

Other operating systems may also work, but are not officially supported.


🤔 Community Help

In addition to the Directus Documentation, you can also request help via the following channels:


❤️ Contributing & Sponsoring

Please read our Contributing Guide before submitting Pull Requests.

Directus is a premium open-source (GPLv3) project, made possible with support from our passionate core team, talented contributors, and amazing GitHub Sponsors. Thank you all!


© 2006-2020, Monospace Inc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].