Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 24a07bae41 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 6 years ago
..
.vscode Update gitignored files. 7 years ago
assets bulk delete, delete column from panel 6 years ago
build running prettier over codebase, removing merge files 7 years ago
cypress Adding delay to cypress test to allow time for statistics to calculate. 6 years ago
scripts comment for node/jest polyfill 6 years ago
src Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 6 years ago
tests fix bindable test 6 years ago
.gitignore Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
CONTRIBUTING.md moving builder into web... 7 years ago
LICENSE.md Updated copyright line in license files 6 years ago
README.md moving builder into web... 7 years ago
babel.config.js running prettier over codebase, removing merge files 7 years ago
cypress.json Cypress Tests Running in CI (#524) 6 years ago
package.json Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 6 years ago
rollup.config.js Remove client bundle from being packaged with the builder 6 years ago
yarn.lock Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 6 years ago

README.md

Get Started

npm install

Webpack dev server (port 8080): npm run dev Build npm run build