Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-02-2020 06:42 AM
Svelte.js is a front-end only web 'framework'. https://svelte.dev/tutorial/basics
I would like to use it to connect to Neo4j.
I feel that this must be possible using one of our browser-based bolt access methods, i.e.:
I have not managed to make an connection to my local Neo4j Desktop database. I would love to see the simplest working example.
Solved! Go to Solution.
11-03-2020 07:00 AM
Hi @mojo2go,
I'm not very svelte, but here's an example that can send arbitrary cypher and display the raw results.
Some notes:
Let me know if this helps.
Best,
ABK
11-03-2020 02:12 AM
What have you tried? What was the result?
11-03-2020 07:00 AM
Hi @mojo2go,
I'm not very svelte, but here's an example that can send arbitrary cypher and display the raw results.
Some notes:
Let me know if this helps.
Best,
ABK
11-06-2020 02:37 PM
Andreas,
Thanks for getting me to the starting line with this. I had the best luck when I downloaded the code as a ZIP file from your repository, and then
npm install
npm run dev
on that. I provided my login and password for Neo4j. Now I can run read and write queries.
I will work with this and provide feedback with what I learn.
Joe
All the sessions of the conference are now available online