- Agile development
- Data Model is being developed
- Continuous Integration: Jenkins
See the entire technical stack below along with the reasoning behind choosing particular components in
italics. Unless specified, all software is Free and/or Open Source.
- RDBMS: PostgreSQL 12
- HBase HDInsight cluster as an alternative was not found to have a lot of value-add.
- Graph DB: Neo4j 3.5
- Python 3 (Anaconda3 distribution)
- New code should use Python 3
- Updated modules should be upgraded to Python 3 and tested
- More flexibility than provided by specialized ETL tools, e.g. Pentaho Community Edition ETL. Community edition has significant limitations. However, other specialized ETL tools could be evaluated for potential use.
- Legacy: Python 2.7 (Anaconda2 distribution)
- GraphQL
- Python 2
- Web server: Flask
- GraphQL service: flask_graphql + graphene + graphene_sqlalchemy
- ORM: SQLAlchemy