Skip to content

Commit

Permalink
Add post
Browse files Browse the repository at this point in the history
  • Loading branch information
codeOfRobin committed Sep 13, 2021
1 parent 6b7c043 commit f3a8145
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Binary file modified .Ulysses-Group.plist
Binary file not shown.
7 changes: 7 additions & 0 deletions Elixir Grafana PostgreSQL.textbundle/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"creatorURL" : "file:\/\/\/Applications\/Setapp\/Ulysses.app\/",
"transient" : false,
"type" : "net.daringfireball.markdown",
"creatorIdentifier" : "com.soulmen.ulysses-setapp",
"version" : 2
}
20 changes: 20 additions & 0 deletions Elixir Grafana PostgreSQL.textbundle/text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# \# Elixir, Grafana And TimescaleDB
I’ve been working on a [Phoenix]()[1](), [Grafana]()[2]() and [Postgres(TimescaleDB)]()[3]() app for a side project and it’s been pretty neat. Some interesting links:

1. [https://coletiv.com/blog/ecto-embedded-schemas-search-jsonb-array-postgresql/]()[4]()
2. [https://bernheisel.com/blog/querying-embedded-maps-in-postgres-with-ecto]()[5]()
3. [https://fullstackphoenix.com/tutorials/add-jsonb-field-in-phoenix-and-ecto]()[6]()
4. [https://thoughtbot.com/blog/embedding-elixir-structs-in-ecto-models]()[7]()
5. [https://www.tzeyiing.com/posts/doing-bulk-insertions-with-embedded-schemas-with-ecto-repo-insert\_all/]()[8]()

Until next time 🤞

[1](): https://www.phoenixframework.org
[2](): https://grafana.com
[3](): https://www.timescale.com
[4](): https://coletiv.com/blog/ecto-embedded-schemas-search-jsonb-array-postgresql/
[5](): https://bernheisel.com/blog/querying-embedded-maps-in-postgres-with-ecto
[6](): https://fullstackphoenix.com/tutorials/add-jsonb-field-in-phoenix-and-ecto
[7](): https://thoughtbot.com/blog/embedding-elixir-structs-in-ecto-models
[8](): https://www.tzeyiing.com/posts/doing-bulk-insertions-with-embedded-schemas-with-ecto-repo-insert_all/

0 comments on commit f3a8145

Please sign in to comment.