This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Neo4j schema and API project: Restagraph

1 post · 3626 views

If anybody's using Neo4j, and wishes it had an enforceable schema and a REST API based on that schema, Restagraph delivers most of that. I can't push a schema into the database itself, but I did provide the means for defining one in there, from which an API is generated on the fly.

It's a long way from mature, and the docs are a mite sparse, but it does work well enough for me to build a domain-specific application on top of it.

I'm posting about it here because I built it in CL, based on Edi Weitz' brilliant Hunchentoot, and using neo4cl to communicate with the database.

If anybody actually tries it out and has feedback, I'd love to hear it.