You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This is a component which connects to different git-platforms and push-pull repositories.
3
-
- This also uses Cassandra or SQLite (based on configuration) databases to persist projects, gitplatforms and users related details.
4
-
- It's an Express.js based REST server and gRPC client to core component.
2
+
- This is a component that connects to different git-platforms and push-pull repositories.
3
+
- This also uses Cassandra or SQLite (based on configuration) databases to persist projects, git platforms, and users related details.
4
+
- It's an Express.js based REST server and gRPC client to a core component.
5
+
- The sqlite is used as a database for development. To use cassandra, you need to set the following environment variables in your terminal along with a `environment DB_TYPE='cassandra'`.
0 commit comments