Comparison of ERPs
in Developers
Hello, my name is Nik, I am an IT guy from online school and we were looking for an open-source system to manage our school with most standard features like attendance tracking, timeline, schedule with calendar etc. I found Gibbon, but also few other sources. For example in India there are two systems in development: Fedena and Sunbird ED. Fedena is built on RoR/Ruby/Rails same as Gibbon, a monolith architecture. It needs to be deployed as a single entity. Sunbird claims to have plenty of services deployable in containers to the cloud. But I see their architecture overcomplicated and built for other purposes. They can serve thousands of async users while ERPs like Gibbon and Fedena are more focused on a single school ERP. Am I right? Or my research got biased somewhere?
So, I have more questions about Gibbon:
- Can I connect external MySQL database easily or I would need to fork and edit code for that?
- Can I connect another SQL-db like Postgres or MariaDB instead of MySQL ?
- Can I write a plugin to add functionality? (especially in another programming language)
- Is it possible to deploy to a cloud like AWS or GCP, maybe in form of a container or needs to be a dedicated server ?
- Ho big is community of developers who actually push changes to the codebase ? (if I will be joining)
- Is there a comparison of school ERPs including Gibbon and Fedena in detail ? (not auto-generated bullthing)
Open for the public or even private conversation.
So, I have more questions about Gibbon:
- Can I connect external MySQL database easily or I would need to fork and edit code for that?
- Can I connect another SQL-db like Postgres or MariaDB instead of MySQL ?
- Can I write a plugin to add functionality? (especially in another programming language)
- Is it possible to deploy to a cloud like AWS or GCP, maybe in form of a container or needs to be a dedicated server ?
- Ho big is community of developers who actually push changes to the codebase ? (if I will be joining)
- Is there a comparison of school ERPs including Gibbon and Fedena in detail ? (not auto-generated bullthing)
Open for the public or even private conversation.
Comments
Great to hear you've discovered Gibbon and are investigating it's use for your school. I will say, not as the program's creator but it's current maintainer, that if you're looking for a greenfield service-oriented architecture application, Gibbon is not that. The core functionality was lovingly crafted by Ross, the Gibbon founder, over a number of years as a legacy-style PHP monolith. Since coming onto the scene I have been working to refactor many areas of it to move it towards a more modern PHP architecture with service containers and routing, and this is currently an ongoing process.
That said, Gibbon has a fair number of schools using it in many areas of the world, especially in areas where paid school management systems are prohibitively expensive. Gibbon has an excellent set of features that meet the needs of many different schools, and this flexibility and internationalization shines through in it's volunteer translators, who have translated Gibbon into more than 22 languages, with many more in the works. We do new stable releases twice per year, as this has proven to be a sustainable rate of change for schools who value security and stability in their management system.
To help answer some of your questions: