https://github.com/jesperancinha/agent-network
https://github.com/jesperancinha/agent-network
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesperancinha/agent-network
- Owner: jesperancinha
- License: apache-2.0
- Created: 2023-11-26T10:16:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:38:36.000Z (7 months ago)
- Last Synced: 2025-03-10T07:30:15.597Z (7 months ago)
- Language: TypeScript
- Size: 5.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# agent-network
[](http://github.com/jesperancinha/agent-network)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](#)
[](#)
[](#)---
## Technologies used
Please check the [TechStack.md](TechStack.md) file for details.
## Status
Under construction
## Context
We are going to examine the possibilities with Neo4J and GraphQL with the GrandStack framework.
For this, we will use fictional characters and fictional stories.
## Writer's notes
As usual in my articles and blog posts, I create stories with data to analyse.
All my stories are fictional, and I have invented them myself.
Any similarity you may find between the characters, places and the stories I create, are purely coincidental.
All of these stories are pure fiction.## Creating application via [GRANDStack](https://grandstack.io/)
```bash
npx create-grandstack-app agents-grand-stack
```## Creation Notes
```bash
mkdir agents-apollo-servercd agents-apollo-server
npm init
npm install apollo-server graphql rxjs --save
```
## References- [The Fullstack Tutorial for GraphQL](https://www.howtographql.com/)
- [Criticism of Java](https://en.wikipedia.org/wiki/Criticism_of_Java)
- [Many to Many @ Fauna](https://docs.fauna.com/fauna/current/api/graphql/relations#:~:text=A%20one%2Dto%2Dmany%20relationship,of%20the%20relationship%20is%20queried.)
- [RxJS: A Simple Introduction](https://medium.com/@rossbulat/rxjs-a-simple-introduction-32fb48f52a67)
- [List of The X-Files episodes](https://en.wikipedia.org/wiki/List_of_The_X-Files_episodes)
- [Lijst van afleveringen van The X-Files](https://nl.wikipedia.org/wiki/Lijst_van_afleveringen_van_The_X-Files)
- [If Java Is A Dinosaur, Then I Must Be In The Triassic Era](http://thecodist.com/article/if-java-is-a-dinosaur-then-i-must-be-in-the-triassic-era)
- [Top 5 reasons to choose JavaScript over Java for web development](https://www.webstackacademy.com/blog/top-5-reasons-choose-javascript-java-web-development/#:~:text=JavaScript%20has%20emerged%20are%20more,use%2C%20efficiency%2C%20tools%20etc.)
- [GraphQL for JavaScript](https://graphql.org/code/#javascript)
- [Java vs Javascript](https://www.educba.com/java-vs-javascript/)
- [How to wrap a REST API with GraphQL - A 3-step tutorial](https://www.prisma.io/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d)
- [Creating a Secure REST API in Node.js by Marcos Henrique da Silva](https://www.toptal.com/nodejs/secure-rest-api-in-nodejs)
- [Reactive programming and Observable sequences with RxJS in Node.js](https://www.freecodecamp.org/news/rxjs-and-node-8f4e0acebc7c/)
- [Functional Reactive Programming with the Power of Node.js Streams](https://blog.risingstack.com/functional-reactive-programming-with-the-power-of-nodejs-streams/)
- [Reactive Programming in Javascript using RxJS](https://medium.com/thecodinghype/reactive-programming-in-javascript-using-rxjs-3b05e186c115)
- [Data Access in NodeJS](https://www.tutorialsteacher.com/nodejs/data-access-in-nodejs#:~:text=Node.,js.)
- [Grandstack](https://grandstack.io/)## About me
[](https://github.com/jesperancinha)