Typescript and Gremlin: Part 2
This article demonstrates a pattern for accessing graph databases in TypeScript. Make sure you read Part 1 - without it, these next steps won’t make sense. This article assumes an intermediate knowledge of TypeScript and how generics and interfaces work within the language. This article also mentions the Data Mapper and Factory patterns. Graph Database Interface Most books about program design will spend some time talking about the benefits of separation between application logic and storage logic.