srijanone/opendevportal

OpenDevPortal API Exchange

Installs: 216

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 2

Open Issues: 12

Language:CSS

Type:drupal-profile

1.0.1 2021-01-21 12:38 UTC

README

OpenDevPortal is a product framework to build custom developer portals. Whether you're a SaaS company looking to publish APIs for App developers or a Financial institution with a sprawling OpenBanking API program, you can use OpenDevPortal to engineer a bespoke developer experience.

68747470733a2f2f7777772e64727570616c2e6f72672f66696c65732f7374796c65732f677269642d332d32782f7075626c69632f70726f6a6563742d696d616765732f6c6f676f5f302e6a7067

Some of OpenDevPortal's most unique features:

  • API Program & Product Management with access control
  • Fully Customizable Developer Experience & Program Branding
  • Connector based architecture (to API gateways & integration systems)
  • Developer & Ecosystem Metrics

Use cases

  • Manage API Products & Run API programs at scale. Get a unified platform that handles product catalog, program mangement and governance, while ensuring complete program autonomy.

  • Provide Best in Class Developer Experience with easy API discovery, curated and interactive documentation and resources, enterprise and community support and more.

  • Institutionalize Dev Rel & Developer Marketing. Deliver personalized experiences & contextual recommendations based on a unified 360 degree dev profile, and increase community engagement and developer retention.

  • Monetize, Measure & Monitor your API program. Set & track API Product & Program OKRs/KPIs, including revenue, developer engagement & usage goals. Also define rate plans and billing models and integrate with existing billing systems.

Architecture Key Highlights

  • One multi-tenant platform to rule it all = Manage multiple API programs & products across multiple gateways under one umbrella
  • Plugin based API connector architecture which can be easily extended to create new connectors : Gateways, Billing, Workflow Extensions etc
  • Open Source: Build on top of Drupal CMS and supports full Product Management API lifecycle
  • Fully customizable UI support via Drupal Layout builder, rich media library, custom themes, text editors etc.
  • Any infrastructure: SaaS, PaaS, Public Cloud
  • Support for separate HTML or Javascript based frontend utilizing the Portal Management Rest APIs

Installation

Prerequisite

- PHP >= 7.3
- MySQL >= 5.7
- Composer = 1.*

OpenDevPortal utilizes composer to manage its dependencies. So, before using OpenDevPortal, make sure you have Composer installed on your machine.

Installation from source

git clone git@github.com:srijanone/opendevportal-project.git
cd opendevportal-project
composer install

Installation via Composer Create-Project

  • Choose a name for your project, like “MY_PROJECT”
  • Use the given command to create the project
  • The command will download Drupal core along with necessary modules, OpenDevPortal profile, and all other dependencies necessary for the project
composer create-project srijanone/opendevportal-project:1.0
MY_PROJECT --no-interaction

In case you come across any memory issues, run this command -

php -d memory_limit=-1 /path/to/composer.phar create-project
srijanone/opendevportal-project:1.0 MY_PROJECT --no-interaction

Installation using drush -

time php -d memory_limit=-1 ./vendor/bin/drush si opendevportal  --db-url='mysql://drupal_user:drupal_password@localhost/drupal_db' --site-name='OpenDevPortal' --account-name='Srijan' --account-pass='Admin@123'  --account-mail='admin@example.com' -y

Features

  • Multi-tenancy
    • Multiple Developer Program
    • Customisation at Program Level
    • Custom Domain support for each program
  • Different shades of Developer Program
    • Public
    • Private
    • Protected
  • Productisation of APsI using various features
    • Guides(Pages)
    • Use Cases
    • FAQs
    • Tutorials
    • Downloads
    • Media
    • Blogs
    • Events
    • Solutions
    • Issues
  • Product & API Categorisation
  • NPS
  • Social Sharing
  • Tagging Feature
  • Multiple view supported for Open API Specifications
    • Rapidoc
    • Swagger
    • Redoc
  • Async API Support
  • GraphQL Support
  • SDK download Support
  • User registration with email/Github id/Gmail id
  • User Dashboards
  • SAML/Github/Gmail login feature supported
  • Google Captcha for Authentication
  • Forum(For Community Support)
  • Issues (Organisational Support)
  • Custom Workflows
  • Notification(Email & Alerts)
  • Search
  • Custom pages for branding/marketing
  • Custom Connectors

Request for Demo

Contribution

Credits